Configuration.php
getConfigurations()
Get a list of available configurations.
addConfiguration($name, $processValues=true)
Parses the given configuration and merges it with already added configurations.
getBooleanValue($key, $section)
Get a value from the configuration as boolean if it represents a boolean.
Implementations of Configuration give access to the application configuration.
Definition: Configuration.php:32
getDirectoryValue($key, $section)
Get a directory value from the configuration.
getFileValue($key, $section)
Get a file value from the configuration.
hasValue($key, $section)
Check if a configuration value exists.