Example #1
0
 /**
  * Clear all values stored in Configure.
  *
  * @return boolean success.
  */
 public static function clear()
 {
     self::$_values = array();
     return true;
 }