PHP Interface LdapTools\AttributeConverter\OperationGeneratorInterface

Author: Chad Sikorra ([email protected])
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
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.

Method Details

getOperation() public method

Get the operation being executed.
public getOperation ( ) : LdapTools\Operation\LdapOperationInterface | null
return LdapTools\Operation\LdapOperationInterface | null

getRemoveOriginalValue() public method

Get whether the original value should be removed from the batch/array, leaving only the generated operation.
public getRemoveOriginalValue ( ) : boolean
return boolean

setOperation() public method

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