コード例 #1
0
ファイル: Configure.php プロジェクト: ejcumbane/ExameNdaw2015
 /**
  * Clear all values stored in Configure.
  *
  * @return boolean success.
  */
 public static function clear()
 {
     self::$_values = array();
     return true;
 }