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

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

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

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