예제 #1
0
파일: Mock.php 프로젝트: redhead/mockyll
 public function __call($name, $arguments)
 {
     return $this->controller->onCall($this, $name, $arguments);
 }