LdapTools\Event\LdapOperationEvent::getConnection PHP Method

getConnection() public method

Get the LDAP connection that is executing the operation.
public getConnection ( ) : LdapTools\Connection\LdapConnectionInterface
return LdapTools\Connection\LdapConnectionInterface
    public function getConnection()
    {
        return $this->connection;
    }