PHP LdapTools\Query\Operator Namespace

Interfaces

Name Description
ContainsOperatorsInterface Operator types that may contain other Operators.

Classes

Name Description
BaseOperator The base Operator implementation.
Comparison Represents the various LDAP comparison operator types available.
MatchingRule Use LDAP matching rule OIDs.
Wildcard Represents a LDAP wildcard search using a '*'. This is used to help escape the proper values for the filter.
bAnd Represents an AND operator (&).
bNot Represents a NOT operator (!).
bOr Represents an OR operator (|).

Traits

Name Description
ContainsOperatorsTrait Common methods and properties needed to represent an Operator that can contain other Operators.