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

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

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