示例#1
0
文件: classes.php 项目: kingsj/core
 public function foo()
 {
     FooBar::bar();
     $bar = 'foo';
     $foo = true;
 }