PHP Trait LdapTools\AttributeConverter\OperationGeneratorTrait

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

Protected Properties

Свойство Type Description
$operation LdapTools\Operation\LdapOperationInterface | null

Méthodes publiques

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

Method Details

getOperation() public méthode

public getOperation ( ) : LdapTools\Operation\LdapOperationInterface
Résultat LdapTools\Operation\LdapOperationInterface

getRemoveOriginalValue() public méthode

public getRemoveOriginalValue ( ) : boolean
Résultat boolean

setOperation() public méthode

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

Property Details

$operation protected_oe property

protected LdapOperationInterface,LdapTools\Operation|null $operation
Résultat LdapTools\Operation\LdapOperationInterface | null