LdapTools\Event\LdapOperationEvent::getOperation PHP Method

getOperation() public method

Get the LDAP operation being executed.
public getOperation ( ) : LdapTools\Operation\LdapOperationInterface
return LdapTools\Operation\LdapOperationInterface
    public function getOperation()
    {
        return $this->operation;
    }