예제 #1
0
파일: Runner.php 프로젝트: nishimura/laiz
 public static function exec($obj, $methodName)
 {
     return Builder::execMethod($obj, $methodName);
 }