PHP 클래스 spec\LdapTools\AttributeConverter\ConvertLogonWorkstationsSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$connection LdapTools\Connection\LdapConnectionInterface
$expectedResult array
$expectedSearch array

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_aggregate_values_when_converting_an_array_of_addresses_to_ldap_on_modification ( $connection )
it_should_convert_a_string_of_comma_separated_workstations_to_an_array ( )
it_should_convert_an_array_of_workstations_to_a_comma_separated_list_for_ldap ( )
it_should_implement_AttributeConverterInterface ( )
it_should_implode_the_values_immediately_for_a_search ( )
it_should_not_aggregate_values_on_a_search ( )
it_should_not_attempt_to_modify_values_on_a_reset ( )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_aggregate_values_when_converting_an_array_of_addresses_to_ldap_on_modification() 공개 메소드

it_should_convert_a_string_of_comma_separated_workstations_to_an_array() 공개 메소드

it_should_convert_an_array_of_workstations_to_a_comma_separated_list_for_ldap() 공개 메소드

it_should_implement_AttributeConverterInterface() 공개 메소드

it_should_not_attempt_to_modify_values_on_a_reset() 공개 메소드

let() 공개 메소드

public let ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

프로퍼티 상세

$connection 보호되어 있는 프로퍼티

protected LdapConnectionInterface,LdapTools\Connection $connection
리턴 LdapTools\Connection\LdapConnectionInterface

$expectedResult 보호되어 있는 프로퍼티

protected array $expectedResult
리턴 array

$expectedSearch 보호되어 있는 프로퍼티

protected array $expectedSearch
리턴 array