PHP Class 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.
Author: Chad Sikorra ([email protected])
Inheritance: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait LdapTools\Utilities\ConverterUtilitiesTrait, use trait AttributeConverterTrait
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
__construct ( )
fromLdap ( $value )
getShouldAggregateValues ( )
toLdap ( $value )

Protected Methods

Method Description
implodeLoginList ( array $values ) : string
modifyWorkstations ( array $workstations ) Modifies an array of generic address types.

Method Details

__construct() public method

public __construct ( )

fromLdap() public method

public fromLdap ( $value )

getShouldAggregateValues() public method

implodeLoginList() protected method

protected implodeLoginList ( array $values ) : string
$values array
return string

modifyWorkstations() protected method

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

toLdap() public method

public toLdap ( $value )