PHP Class LdapTools\Query\Operator\bNot

Author: Chad Sikorra ([email protected])
Inheritance: extends BaseOperator, implements LdapTools\Query\Operator\ContainsOperatorsInterface, use trait ContainsOperatorsTrait
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode Description
__construct ( BaseOperator $operator )
add ( variadic $operator )
addChildren ( )

Méthodes protégées

Méthode Description
isOperatorAllowed ( BaseOperator $operator ) The 'Not' operator has a few specific requirements. Check these here.

Method Details

__construct() public méthode

public __construct ( BaseOperator $operator )
$operator BaseOperator

add() public méthode

public add ( variadic $operator )
$operator variadic

addChildren() public méthode

public addChildren ( )

isOperatorAllowed() protected méthode

The 'Not' operator has a few specific requirements. Check these here.
protected isOperatorAllowed ( BaseOperator $operator )
$operator BaseOperator