LdapTools\Event\LdapOperationEvent::getConnection PHP Метод

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

Get the LDAP connection that is executing the operation.
public getConnection ( ) : LdapTools\Connection\LdapConnectionInterface
Результат LdapTools\Connection\LdapConnectionInterface
    public function getConnection()
    {
        return $this->connection;
    }