예제 #1
0
파일: Method.php 프로젝트: bapcat/phi
 public static function testStatic(A $a, $b)
 {
     self::$a_static = $a;
     self::$b_static = $b;
 }