/**
  * @param string $comparator
  */
 public function __construct($comparator)
 {
     parent::__construct(self::PRIORITY_COMPARATOR);
     $this->comparator = $comparator;
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct(self::PRIORITY_AND_OR);
 }
Beispiel #3
0
 /**
  * @param Lexer $lexer
  */
 public function __construct()
 {
     parent::__construct(self::PRIORITY_MUL_DIV);
 }