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
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
__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 )