示例#1
0
文件: Mock.php 项目: redhead/mockyll
 public function __call($name, $arguments)
 {
     return $this->controller->onCall($this, $name, $arguments);
 }