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;
    }