Searched refs:ProtocolElementInterface (Results 1 – 10 of 10) sorted by relevance
21 use FreeDSx\Ldap\Protocol\ProtocolElementInterface; alias63 * @var null|AbstractType|ProtocolElementInterface|string69 * @param null|AbstractType|ProtocolElementInterface|string $requestValue97 * @param AbstractType|ProtocolElementInterface|string|null $requestValue108 * @return AbstractType|ProtocolElementInterface|string|null128 } elseif ($value instanceof ProtocolElementInterface) {
14 use FreeDSx\Ldap\Protocol\ProtocolElementInterface; alias21 interface RequestInterface extends ProtocolElementInterface
23 use FreeDSx\Ldap\Protocol\ProtocolElementInterface; alias36 class Control implements ProtocolElementInterface79 * @var AbstractType|ProtocolElementInterface|string|null134 * @param AbstractType|ProtocolElementInterface|string|null $controlValue145 * @return AbstractType|ProtocolElementInterface|string|null167 } elseif ($this->controlValue instanceof ProtocolElementInterface) {188 * @return static|ProtocolElementInterface
14 use FreeDSx\Ldap\Protocol\ProtocolElementInterface; alias21 interface ResponseInterface extends ProtocolElementInterface
22 use FreeDSx\Ldap\Protocol\ProtocolElementInterface; alias52 * @var null|string|AbstractType|ProtocolElementInterface119 } elseif ($value instanceof ProtocolElementInterface) {
14 use FreeDSx\Ldap\Protocol\ProtocolElementInterface; alias21 interface FilterInterface extends ProtocolElementInterface
22 interface ProtocolElementInterface interface
68 abstract class LdapMessage implements ProtocolElementInterface, PduInterface
26 use FreeDSx\Ldap\Protocol\ProtocolElementInterface; alias41 * @param AbstractType|ProtocolElementInterface|null $value
35 use FreeDSx\Ldap\Protocol\ProtocolElementInterface; alias133 * @param null|AbstractType|ProtocolElementInterface|string $value