示例#1
0
 public function test()
 {
     $a = new Userpackage("Hello from Userpackage");
     return $a->returnGreeting();
 }