Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DRequestContext.php14 use FreeDSx\Ldap\Control\ControlBag;
26 * @var ControlBag
36 * @param ControlBag $controls
39 public function __construct(ControlBag $controls, TokenInterface $token)
46 * @return ControlBag
48 public function controls(): ControlBag
13 use FreeDSx\Ldap\Control\ControlBag; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php16 use FreeDSx\Ldap\Control\ControlBag;
64 * @var ControlBag
83 $this->controls = new ControlBag();
88 * @return ControlBag
90 public function controls(): ControlBag
14 use FreeDSx\Ldap\Control\ControlBag; global() alias
H A DLdapMessage.php24 use FreeDSx\Ldap\Control\ControlBag;
76 * @var ControlBag
87 $this->controls = new ControlBag(...$controls);
101 * @return ControlBag
103 public function controls(): ControlBag
21 use FreeDSx\Ldap\Control\ControlBag; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php15 use FreeDSx\Ldap\Control\ControlBag;
390 * @return ControlBag
392 public function controls(): ControlBag
14 use FreeDSx\Ldap\Control\ControlBag; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php27 class ControlBag implements IteratorAggregate, Countable
35 * ControlBag constructor.
20 class ControlBag implements \IteratorAggregate, \Countable global() class