|
ultimix
|
Public Member Functions | |
| __construct () | |
| get_posted_setting (&$Manifest) | |
| set_db_setting (&$Manifest) | |
| set_package_setting (&$Manifest) | |
| handle_config_line ($ConfigLine) | |
| save_settings ($Options) | |
| controller ($Options) | |
Data Fields | |
| $CachedMultyFS = false | |
| $DBSettings = false | |
| $Security = false | |
| $Settings = false | |
Component's controller.
Definition at line 26 of file settings_controller.php.
| __construct | ( | ) |
Constructor.
Definition at line 53 of file settings_controller.php.
| controller | ( | $Options | ) |
Component's controller.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 301 of file settings_controller.php.
| get_posted_setting | ( | & | $Manifest | ) |
Function gets new setting value.
| $Manifest | - Loaded config. |
| Exception | An exception of this type is thrown. |
Definition at line 90 of file settings_controller.php.
| handle_config_line | ( | $ConfigLine | ) |
Function processes config line.
| $ConfigLine | - Config's line. |
| Exception | An exception of this type is thrown. |
Definition at line 214 of file settings_controller.php.
| save_settings | ( | $Options | ) |
Function saves settings.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 255 of file settings_controller.php.
| set_db_setting | ( | & | $Manifest | ) |
Function sets setting value.
| $Manifest | - Loaded config. |
| Exception | An exception of this type is thrown. |
Definition at line 132 of file settings_controller.php.
| set_package_setting | ( | & | $Manifest | ) |
Function sets setting value.
| $Manifest | - Loaded config. |
| Exception | An exception of this type is thrown. |
Definition at line 171 of file settings_controller.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 38 of file settings_controller.php.
| $DBSettings = false |
Definition at line 39 of file settings_controller.php.
| $Security = false |
Definition at line 40 of file settings_controller.php.
| $Settings = false |
Definition at line 41 of file settings_controller.php.