LdapTools\Operation\LdapOperationTrait::getPreOperations PHP Method

getPreOperations() public method

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