PHP Класс LdapTools\AttributeConverter\ConvertUserAccountControl

Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait LdapTools\Utilities\ConverterUtilitiesTrait, use trait AttributeConverterTrait
Показать файл Открыть проект

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

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

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

Метод Описание
getQueryOperator ( boolean $value ) : BaseOperator Transform a bool value into the bitwise operator needed for the LDAP filter.
modifyUacValue ( boolean $value ) : integer Given a bool value, do the needed bitwise comparison against the User Account Control value to either remove or add the bit from the overall value.
shouldInvertValue ( ) : boolean Check if the attribute value/meaning should be inverted. Provided as a convenience (ie. enabled)

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

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

public __construct ( )

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

public fromLdap ( $value )

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

Transform a bool value into the bitwise operator needed for the LDAP filter.
protected getQueryOperator ( boolean $value ) : BaseOperator
$value boolean
Результат LdapTools\Query\Operator\BaseOperator

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

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

public isBatchSupported ( Batch $batch )
$batch LdapTools\BatchModify\Batch

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

Given a bool value, do the needed bitwise comparison against the User Account Control value to either remove or add the bit from the overall value.
protected modifyUacValue ( boolean $value ) : integer
$value boolean
Результат integer

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

Check if the attribute value/meaning should be inverted. Provided as a convenience (ie. enabled)
protected shouldInvertValue ( ) : boolean
Результат boolean

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

public toLdap ( $value )