示例#1
0
文件: Runner.php 项目: nishimura/laiz
 public static function exec($obj, $methodName)
 {
     return Builder::execMethod($obj, $methodName);
 }