PHP Interface LdapTools\AttributeConverter\OperationGeneratorInterface

Author: Chad Sikorra ([email protected])
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode 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 méthode

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

getRemoveOriginalValue() public méthode

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

setOperation() public méthode

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