LdapTools\Operation\LdapOperationTrait::getPreOperations PHP Méthode

getPreOperations() public méthode

Get operations that should be executed before this operation.
public getPreOperations ( ) : LdapTools\Operation\LdapOperationInterface[]
Résultat LdapTools\Operation\LdapOperationInterface[]
    public function getPreOperations()
    {
        return $this->preOperations;
    }