PHP 클래스 spec\LdapTools\AttributeConverter\ConvertUserAccountControlSpec

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

보호된 프로퍼티들

프로퍼티 타입 설명
$expectedDisabledResult array
$expectedOp callable
$expectedResult array
$expectedSearch LdapTools\Operation\QueryOperation

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_aggregate_values_when_converting_a_bool_to_ldap_on_creation ( )
it_should_aggregate_values_when_converting_a_bool_to_ldap_on_modification ( $connection )
it_should_be_case_insensitive_to_the_current_attribute_name ( $connection )
it_should_convert_a_bool_value_into_the_bitwise_operator_for_the_returned_value ( )
it_should_convert_a_value_from_ldap_to_a_php_bool ( )
it_should_error_on_modifcation_when_the_existing_LDAP_object_cannot_be_queried ( $connection )
it_should_error_when_a_dn_is_not_set_and_a_modification_type_is_requested ( )
it_should_implement_AttributeConverterInterface ( )
it_should_not_aggregate_values_on_a_search ( )
it_should_not_modify_the_value_if_the_bit_is_already_set ( $connection )
it_should_remove_the_bit_if_requested_and_the_bit_is_already_set ( $connection )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_aggregate_values_when_converting_a_bool_to_ldap_on_creation() 공개 메소드

it_should_aggregate_values_when_converting_a_bool_to_ldap_on_modification() 공개 메소드

it_should_be_case_insensitive_to_the_current_attribute_name() 공개 메소드

it_should_convert_a_bool_value_into_the_bitwise_operator_for_the_returned_value() 공개 메소드

it_should_convert_a_value_from_ldap_to_a_php_bool() 공개 메소드

it_should_error_on_modifcation_when_the_existing_LDAP_object_cannot_be_queried() 공개 메소드

it_should_error_when_a_dn_is_not_set_and_a_modification_type_is_requested() 공개 메소드

it_should_implement_AttributeConverterInterface() 공개 메소드

it_should_not_modify_the_value_if_the_bit_is_already_set() 공개 메소드

it_should_remove_the_bit_if_requested_and_the_bit_is_already_set() 공개 메소드

let() 공개 메소드

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

프로퍼티 상세

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

protected array $expectedDisabledResult
리턴 array

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

protected callable $expectedOp
리턴 callable

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

protected array $expectedResult
리턴 array

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

protected QueryOperation,LdapTools\Operation $expectedSearch
리턴 LdapTools\Operation\QueryOperation