Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DRequestContext.php14 use FreeDSx\Ldap\Control\ControlBag; alias
26 * @var ControlBag
36 * @param ControlBag $controls
39 public function __construct(ControlBag $controls, TokenInterface $token)
46 * @return ControlBag
48 public function controls(): ControlBag
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequest.php16 use FreeDSx\Ldap\Control\ControlBag; alias
38 * @var ControlBag
75 ControlBag $controls,
137 * @return ControlBag
139 public function controls(): ControlBag
H A DPagingRequestComparator.php15 use FreeDSx\Ldap\Control\ControlBag; alias
112 * @param ControlBag $newControls
113 * @param ControlBag $oldControls
117 ControlBag $newControls,
118 ControlBag $oldControls
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php16 use FreeDSx\Ldap\Control\ControlBag; alias
64 * @var ControlBag
83 $this->controls = new ControlBag();
88 * @return ControlBag
90 public function controls(): ControlBag
H A DLdapMessage.php24 use FreeDSx\Ldap\Control\ControlBag; alias
76 * @var ControlBag
87 $this->controls = new ControlBag(...$controls);
101 * @return ControlBag
103 public function controls(): ControlBag
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php15 use FreeDSx\Ldap\Control\ControlBag; alias
52 ControlBag $controls
83 ControlBag $controls
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php15 use FreeDSx\Ldap\Control\ControlBag; alias
390 * @return ControlBag
392 public function controls(): ControlBag
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerPagingHandler.php15 use FreeDSx\Ldap\Control\ControlBag; alias
223 new ControlBag(...$filteredControls),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php27 class ControlBag implements IteratorAggregate, Countable class