コード例 #1
0
ファイル: jafBase.php プロジェクト: reaburoa/rean_test
 public static function createObject($type, array $params = array())
 {
     if (is_string($type)) {
         return Base::get($type);
     } else {
         return Base::get($type['class']);
     }
 }
コード例 #2
0
ファイル: Application.php プロジェクト: reaburoa/rean_test
 public function getBasePath()
 {
     return parent::getBasePath();
 }