configGetBase() public static method

* configGetBase Returns Base Configuration Data
public static configGetBase ( )
コード例 #1
0
ファイル: Pommo.php プロジェクト: soonick/poMMo
 static function reloadConfig()
 {
     return self::$_config = Pommo_Api::configGetBase(TRUE);
 }