LdapTools\Operation\LdapOperationTrait::getPostOperations PHP Method

getPostOperations() public method

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