コード例 #1
0
ファイル: RPG.php プロジェクト: laiello/crindigan
 /**
  * Sets the internal $_config property to the given configuration array.
  *
  * @param  array $config
  */
 public static function setConfig(array $config)
 {
     self::$_config = $config;
 }