getUnaryOperators()); } /** * Returns list of operators checking for NULL. * * @return array */ public function getNullOperators() { return array( 'IS NULL', 'IS NOT NULL', ); } }