Home
last modified time | relevance | path

Searched refs:protocolHandler (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientProtocolContext.php39 protected $protocolHandler;
69 ClientProtocolHandler $protocolHandler,
75 $this->protocolHandler = $protocolHandler;
96 return $this->protocolHandler;
138 return $this->protocolHandler->fetchRootDse($reload);
30 protected $protocolHandler; global() variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler\\ClientProtocolContext
60 __construct(RequestInterface $request, array $controls, ClientProtocolHandler $protocolHandler, ClientQueue $queue, array $options) global() argument