$matchOperators protected property
Map of MATCH operators. These operators are used for replacement of verbose operators.
protected array $matchOperators = ['AND' => ' ', 'OR' => ' | ', 'NOT' => ' !', '=' => ' ']
$matchOperators protected property
Map of MATCH operators. These operators are used for replacement of verbose operators.
protected array $matchOperators = ['AND' => ' ', 'OR' => ' | ', 'NOT' => ' !', '=' => ' ']
Please login to continue.