LdapTools\Operation\LdapOperationTrait::getPostOperations PHP Метод

getPostOperations() публичный Метод

Get operations that should be executed after this operation.
public getPostOperations ( ) : LdapTools\Operation\LdapOperationInterface[]
Результат LdapTools\Operation\LdapOperationInterface[]
    public function getPostOperations()
    {
        return $this->postOperations;
    }