PHP Класс spec\LdapTools\AttributeConverter\ConvertUserAccountControlSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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