LdapTools\Query\Operator\bNot::__construct PHP Méthode

__construct() public méthode

public __construct ( BaseOperator $operator )
$operator BaseOperator
    public function __construct(BaseOperator $operator)
    {
        $this->add($operator);
        $this->validOperators = [self::SYMBOL];
        $this->operatorSymbol = self::SYMBOL;
    }