예제 #1
0
파일: Di.php 프로젝트: mattvb91/cphalcon
 public function __call($method, $arguments = null)
 {
     return parent::__call($method, $arguments);
 }