コード例 #1
0
ファイル: Mock.php プロジェクト: redhead/mockyll
 public function __call($name, $arguments)
 {
     return $this->controller->onCall($this, $name, $arguments);
 }