예제 #1
0
 public static function compare($x, $y)
 {
     $rgepFirst = null;
     $rgepSecond = null;
     $rgepFirst = $x;
     $rgepSecond = $y;
     return GatewayTransaction::compareGatewayEntryPoints($rgepFirst, $rgepSecond);
 }