PHP Class LdapTools\Query\Operator\bNot

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

Public Methods

Method Description
__construct ( BaseOperator $operator )
add ( variadic $operator )
addChildren ( )

Protected Methods

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

Method Details

__construct() public method

public __construct ( BaseOperator $operator )
$operator BaseOperator

add() public method

public add ( variadic $operator )
$operator variadic

addChildren() public method

public addChildren ( )

isOperatorAllowed() protected method

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