Inheritance diagram for SchedConfSettingsDAO:

Public Member Functions | |
| _cacheMiss (&$cache, $id) | |
| & | _getCache ($schedConfId) |
| deleteSetting ($schedConfId, $name, $locale=null) | |
| deleteSettingsBySchedConf ($schedConfId) | |
| & | getSchedConfSettings ($schedConfId) |
| & | getSetting ($schedConfId, $name, $locale=null) |
| updateSetting ($schedConfId, $name, $value, $type=null, $isLocalized=false) | |
Definition at line 20 of file SchedConfSettingsDAO.inc.php.
| SchedConfSettingsDAO.deleteSetting | ( | $ | schedConfId, | |
| $ | name, | |||
| $ | locale = null | |||
| ) |
Delete a scheduled conference setting.
| $schedConfId | int | |
| $name | string | |
| $locale | string optional |
Definition at line 151 of file SchedConfSettingsDAO.inc.php.
References _getCache().
| SchedConfSettingsDAO.deleteSettingsBySchedConf | ( | $ | schedConfId | ) |
Delete all settings for a scheduled conference.
| $schedConfId | int |
Definition at line 168 of file SchedConfSettingsDAO.inc.php.
References _getCache().
| & SchedConfSettingsDAO.getSchedConfSettings | ( | $ | schedConfId | ) |
Retrieve and cache all settings for a scheduled conference.
| $schedConfId | int |
Definition at line 73 of file SchedConfSettingsDAO.inc.php.
References _getCache().
Referenced by _cacheMiss().
| & SchedConfSettingsDAO.getSetting | ( | $ | schedConfId, | |
| $ | name, | |||
| $ | locale = null | |||
| ) |
Retrieve a scheduled conference setting value.
| $schedConfId | int | |
| $name | string | |
| $locale | string optional |
Definition at line 44 of file SchedConfSettingsDAO.inc.php.
References _getCache().
| SchedConfSettingsDAO.updateSetting | ( | $ | schedConfId, | |
| $ | name, | |||
| $ | value, | |||
| $ | type = null, |
|||
| $ | isLocalized = false | |||
| ) |
Add/update a scheduled conference setting.
| $schedConfId | int | |
| $name | string | |
| $value | mixed | |
| $type | string data type of the setting. If omitted, type will be guessed | |
| $isLocalized | boolean |
Definition at line 111 of file SchedConfSettingsDAO.inc.php.
References _getCache().
1.4.7