PHP Класс LdapTools\AttributeConverter\ConvertLogonWorkstations

.." entries) to correctly format it between a comma separated string and an array. Why this value isn't just a multi-valued LDAP attribute to begin with to avoid this whole mess the world may never know.
Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait LdapTools\Utilities\ConverterUtilitiesTrait, use trait AttributeConverterTrait
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( )
fromLdap ( $value )
getShouldAggregateValues ( )
toLdap ( $value )

Защищенные методы

Метод Описание
implodeLoginList ( array $values ) : string
modifyWorkstations ( array $workstations ) Modifies an array of generic address types.

Описание методов

__construct() публичный метод

public __construct ( )

fromLdap() публичный метод

public fromLdap ( $value )

getShouldAggregateValues() публичный метод

implodeLoginList() защищенный метод

protected implodeLoginList ( array $values ) : string
$values array
Результат string

modifyWorkstations() защищенный метод

Modifies an array of generic address types.
protected modifyWorkstations ( array $workstations )
$workstations array

toLdap() публичный метод

public toLdap ( $value )