Public Member Functions | |
| getKeysStartingWith ($prefix) | |
| Returns configuration keys that start with given string. | |
| getStringsForPrefix ($prefix) | |
| Returns multiple strings, for which the key starts with given string. | |
| getStringValue ($key, $default=NULL) | |
| Returns the configuration value for a key. | |
| getMultipleStringValues ($prefix) | |
| Returns all key-value pairs where the key starts with given string. | |
| getBooleanValue ($key, $default=false) | |
| Returns the value of a boolean configuration key. | |
| getMultipleBooleanValues ($key) | |
| Multiple value version of getBooleanValue(). | |
| getFileValue ($key, $default=NULL) | |
| Gets a spunQ_File. | |
| getMultipleFileValues ($key) | |
| Multiple value version of getFileValue(). | |
| getFolderValue ($key, $default=NULL) | |
| Gets a spunQ_Folder. | |
| getMultipleFolderValues ($key) | |
| Multiple value version of getFolderValue(). | |
| getLastModificationTime () | |
| Returns the timestamp the configuration has been modified. | |
For every function that retrieves a single value, there is one that returns multiple values of the same type.
getMultipleStringValues
Definition at line 10 of file IConfiguration.interface.php.
| spunQ_IConfiguration::getBooleanValue | ( | $ | key, | |
| $ | default = false | |||
| ) |
Returns the value of a boolean configuration key.
| $key | The key string to get configuration value for. | |
| $default | The value to return if the key is not defined. |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getFileValue | ( | $ | key, | |
| $ | default = NULL | |||
| ) |
Gets a spunQ_File.
| $key | The key string to get configuration value for. | |
| $default | The value to return if the key is not defined. |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getFolderValue | ( | $ | key, | |
| $ | default = NULL | |||
| ) |
Gets a spunQ_Folder.
| $key | The key string to get configuration value for. | |
| $default | The value to return if the key is not defined. |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getKeysStartingWith | ( | $ | prefix | ) |
Returns configuration keys that start with given string.
| $prefix | The string that a key must begin with to be returned. |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getLastModificationTime | ( | ) |
Returns the timestamp the configuration has been modified.
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getMultipleBooleanValues | ( | $ | key | ) |
Multiple value version of getBooleanValue().
| $key | The key string to get configuration value for. |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getMultipleFileValues | ( | $ | key | ) |
Multiple value version of getFileValue().
| $key | The key string to get configuration value for. |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getMultipleFolderValues | ( | $ | key | ) |
Multiple value version of getFolderValue().
| $key | The key string to get configuration value for. |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getMultipleStringValues | ( | $ | prefix | ) |
Returns all key-value pairs where the key starts with given string.
| $prefix | Prefix to get keys for |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getStringsForPrefix | ( | $ | prefix | ) |
Returns multiple strings, for which the key starts with given string.
| $prefix | The string that a key must begin with to be returned. |
Implemented in spunQ_Configuration.
| spunQ_IConfiguration::getStringValue | ( | $ | key, | |
| $ | default = NULL | |||
| ) |
Returns the configuration value for a key.
| $key | The key string to get configuration value for. | |
| $default | The value to return if the key is not defined. |
Implemented in spunQ_Configuration.
1.5.9