c2ephp

caos/highlight/DS/Operators.php

Go to the documentation of this file.
00001 <?php
00003 
00005 class DSCAOSOperators {
00007     public static function GetTokens() {
00008         return array(
00009             '=',
00010             '<>',
00011             '<',
00012             '<=',
00013             '>',
00014             '>=',
00015             'eq',
00016             'gt',
00017             'lt',
00018             'ne',
00019             'and',
00020             'or'
00021         );
00022     }
00023 }
00024 
00026 ?>
 All Classes Files Functions Variables Enumerations