Example #1
0
 /**
  * Remove a setting from the object
  *
  * @param string $attribute
  *      Attribute name from ini file
  * @param string $group
  *      [optional] If the ini file has groups, specify the tag
  * @return void
  */
 public static function Remove($attribute, $group = null)
 {
     self::$_settings->_removeValue($attribute, $group);
 }