Go to the documentation of this file.00001 <?php
00002
00004
00006 class C2CAOSOperators {
00008 public static function GetTokens() {
00009 return array(
00010 'eq',
00011 'gt',
00012 'lt',
00013 'ne',
00014 'ge',
00015 'le',
00016 'bt',
00017 'bf',
00018 );
00019 }
00020 }
00021
00023 ?>