コード例 #1
0
ファイル: debug.class.php プロジェクト: google2013/myqee
 /**
  * @return Profiler
  */
 public function profiler($type = 'default')
 {
     return Debug_Profiler::instance($type);
 }