c2ephp

caos/highlight/C3/Operators.php

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