LdapTools\Event\LdapAuthenticationEvent::getOperation PHP Method

getOperation() public method

Get the authentication operation to be executed against LDAP.
public getOperation ( ) : AuthenticationOperation
return LdapTools\Operation\AuthenticationOperation
    public function getOperation()
    {
        return $this->operation;
    }