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

getPostOperations() public méthode

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