PHP Trait LdapTools\AttributeConverter\OperationGeneratorTrait

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

Protected Properties

Property Type Description
$operation LdapTools\Operation\LdapOperationInterface | null

Public Methods

Method Description
getOperation ( ) : LdapTools\Operation\LdapOperationInterface
getRemoveOriginalValue ( ) : boolean
setOperation ( LdapTools\Operation\LdapOperationInterface $operation = null )

Method Details

getOperation() public method

public getOperation ( ) : LdapTools\Operation\LdapOperationInterface
return LdapTools\Operation\LdapOperationInterface

getRemoveOriginalValue() public method

public getRemoveOriginalValue ( ) : boolean
return boolean

setOperation() public method

public setOperation ( LdapTools\Operation\LdapOperationInterface $operation = null )
$operation LdapTools\Operation\LdapOperationInterface

Property Details

$operation protected_oe property

protected LdapOperationInterface,LdapTools\Operation|null $operation
return LdapTools\Operation\LdapOperationInterface | null