|
ultimix
|
Public Member Functions | |
| __construct () | |
| get_db_setting (&$Manifest) | |
| get_package_setting (&$Manifest) | |
| get_setting (&$Manifest) | |
| compile_input_setting ($SettingName, $SettingValue, $Label) | |
| compile_checkbox_setting ($SettingName, $SettingValue, $Label) | |
| compile_textarea_setting ($SettingName, $SettingValue, $Label) | |
| compile_config_line ($ConfigLine) | |
| settings_form ($Options) | |
| view ($Options) | |
| compile_settings (&$Settings) | |
| compile_db_settings (&$Settings) | |
Data Fields | |
| $CachedMultyFS = false | |
| $DBSettings = false | |
| $PackageSettings = false | |
| $PageComposerUtilities = false | |
| $Security = false | |
| $Settings = false | |
| $String = false | |
| $Output = false | |
Component's view.
Definition at line 26 of file settings_view.php.
| __construct | ( | ) |
Constructor.
Definition at line 68 of file settings_view.php.
| compile_checkbox_setting | ( | $SettingName, | |
| $SettingValue, | |||
| $Label | |||
| ) |
Function compiles form line.
| $SettingName | - Setting name. |
| $SettingValue | - Setting value. |
| $Label | - Label. |
| Exception | An exception of this type is thrown. |
Definition at line 294 of file settings_view.php.
| compile_config_line | ( | $ConfigLine | ) |
Function processes config line.
| $ConfigLine | - Config's line. |
| Exception | An exception of this type is thrown. |
Definition at line 437 of file settings_view.php.
| compile_db_settings | ( | & | $Settings | ) |
Function processes macro 'db_settings'.
| $Settings | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 639 of file settings_view.php.
| compile_input_setting | ( | $SettingName, | |
| $SettingValue, | |||
| $Label | |||
| ) |
Function compiles form line.
| $SettingName | - Setting name. |
| $SettingValue | - Setting value. |
| $Label | - Label. |
| Exception | An exception of this type is thrown. |
Definition at line 245 of file settings_view.php.
| compile_settings | ( | & | $Settings | ) |
Function processes macro 'settings'.
| $Settings | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 598 of file settings_view.php.
| compile_textarea_setting | ( | $SettingName, | |
| $SettingValue, | |||
| $Label | |||
| ) |
Function compiles form line.
| $SettingName | - Setting name. |
| $SettingValue | - Setting value. |
| $Label | - Label. |
| Exception | An exception of this type is thrown. |
Definition at line 343 of file settings_view.php.
| get_db_setting | ( | & | $Manifest | ) |
Function gets setting name and value for the config line.
| $Manifest | - Loaded config. |
| Exception | An exception of this type is thrown. |
Definition at line 108 of file settings_view.php.
| get_package_setting | ( | & | $Manifest | ) |
Function gets setting name and value for the config line.
| $Manifest | - Loaded config. |
| Exception | An exception of this type is thrown. |
Definition at line 149 of file settings_view.php.
| get_setting | ( | & | $Manifest | ) |
Function gets setting name and value for the config line.
| $Manifest | - Loaded config. |
| Exception | An exception of this type is thrown. |
Definition at line 194 of file settings_view.php.
| settings_form | ( | $Options | ) |
Function draws tab control with settings.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 514 of file settings_view.php.
| view | ( | $Options | ) |
Component's view.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 558 of file settings_view.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 38 of file settings_view.php.
| $DBSettings = false |
Definition at line 39 of file settings_view.php.
| $Output = false |
Display method's result.
Definition at line 56 of file settings_view.php.
| $PackageSettings = false |
Definition at line 40 of file settings_view.php.
| $PageComposerUtilities = false |
Definition at line 41 of file settings_view.php.
| $Security = false |
Definition at line 42 of file settings_view.php.
| $Settings = false |
Definition at line 43 of file settings_view.php.
| $String = false |
Definition at line 44 of file settings_view.php.