Gets a configuration setting.
public static function UnbConfiguration::Get ($name, $default = null);
(string) Setting name to get (max. 255 characters)
(any) Default return value if no setting was found. This is only used if the name contains no wildcard character.
(string) configuration setting value or (array(name => data)) if fed with a wildcard
You can get settings by wildcards: Put a * for multiple possible characters.
InvalidArgumentException | No description available. |
LengthException | No description available. |
UnbDatabaseException | No description available. |
Exception | If the configuration file is corrupt. |
Member of class: UnbConfiguration
Implementation file: configuration.class.php, line 108
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.