readded note

This commit is contained in:
Philipp Holzer 2019-02-22 23:55:13 +01:00
parent 8c3aebc376
commit b47fc97b06
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ class Config
* @brief Get a particular user's config variable given the category name
* ($family) and a key.
*
* Note: Please do not store booleans - convert to 0/1 integer values!
*
* @param string $cat The category of the configuration value
* @param string $key The configuration key to query
* @param mixed $default_value optional, The value to return if key is not set (default: null)