PHP Интерфейс LdapTools\AttributeConverter\OperationGeneratorInterface

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект

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

Метод Описание
getOperation ( ) : LdapTools\Operation\LdapOperationInterface | null Get the operation being executed.
getRemoveOriginalValue ( ) : boolean Get whether the original value should be removed from the batch/array, leaving only the generated operation.
setOperation ( LdapTools\Operation\LdapOperationInterface $operation = null ) Set the current operation being executed.

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

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

Get the operation being executed.
public getOperation ( ) : LdapTools\Operation\LdapOperationInterface | null
Результат LdapTools\Operation\LdapOperationInterface | null

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

Get whether the original value should be removed from the batch/array, leaving only the generated operation.
public getRemoveOriginalValue ( ) : boolean
Результат boolean

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

Set the current operation being executed.
public setOperation ( LdapTools\Operation\LdapOperationInterface $operation = null )
$operation LdapTools\Operation\LdapOperationInterface