示例#1
0
文件: Method.php 项目: bapcat/phi
 public static function testStatic(A $a, $b)
 {
     self::$a_static = $a;
     self::$b_static = $b;
 }