|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilCloudPluginConfig. More...
Collaboration diagram for ilCloudPluginConfig:Public Member Functions | |
| __construct ($table_name) | |
| setTableName ($table_name) | |
| getTableName () | |
| __call ($method, $params) | |
| setValue ($key, $value) | |
| getValue ($key) | |
| initDB () | |
| tableExists () | |
Static Public Member Functions | |
| static | _fromCamelCase ($str) |
| static | _toCamelCase ($str, $capitalise_first_char=false) |
Protected Attributes | |
| $table_name = "" | |
| $cache = array() | |
Class ilCloudPluginConfig.
Model class for the administration settings. Note the use of the __call Function. The value max_file_size could be for example set by the method setMaxFileSize without the declaring this method. Similarly it could be get by getMaxFileSize
Definition at line 17 of file class.ilCloudPluginConfig.php.
| ilCloudPluginConfig::__construct | ( | $table_name | ) |
| $table_name |
Definition at line 32 of file class.ilCloudPluginConfig.php.
References $table_name.
| ilCloudPluginConfig::__call | ( | $method, | |
| $params | |||
| ) |
| $method | |
| $params |
Definition at line 58 of file class.ilCloudPluginConfig.php.
References getValue(), ilCloudPluginConfigException\NO_VALID_GET_OR_SET_FUNCTION, and setValue().
Here is the call graph for this function:
|
static |
| string | $str |
Definition at line 169 of file class.ilCloudPluginConfig.php.
|
static |
| string | $str | |
| bool | $capitalise_first_char |
Definition at line 181 of file class.ilCloudPluginConfig.php.
| ilCloudPluginConfig::getTableName | ( | ) |
Definition at line 48 of file class.ilCloudPluginConfig.php.
References $table_name.
Referenced by initDB(), and tableExists().
Here is the caller graph for this function:| ilCloudPluginConfig::getValue | ( | $key | ) |
| $key |
Definition at line 113 of file class.ilCloudPluginConfig.php.
References $ilDB, $result, ilCloudPluginConfigException\TABLE_DOES_NOT_EXIST, and tableExists().
Referenced by __call(), and setValue().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCloudPluginConfig::initDB | ( | ) |
Definition at line 138 of file class.ilCloudPluginConfig.php.
References $ilDB, and getTableName().
Here is the call graph for this function:| ilCloudPluginConfig::setTableName | ( | $table_name | ) |
| string | $table_name |
Definition at line 40 of file class.ilCloudPluginConfig.php.
References $table_name.
| ilCloudPluginConfig::setValue | ( | $key, | |
| $value | |||
| ) |
| $key | |
| $value |
Definition at line 89 of file class.ilCloudPluginConfig.php.
References $ilDB, getValue(), and ilCloudPluginConfigException\TABLE_DOES_NOT_EXIST.
Referenced by __call().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCloudPluginConfig::tableExists | ( | ) |
Definition at line 191 of file class.ilCloudPluginConfig.php.
References $ilDB, $result, and getTableName().
Referenced by getValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilCloudPluginConfig.php.
|
protected |
Definition at line 22 of file class.ilCloudPluginConfig.php.
Referenced by __construct(), getTableName(), and setTableName().