|
CaMykS
1.0-20250801
|
Alias to PluginConfig to keep retro-compatibility with old websites. More...
Public Member Functions | |
| __construct ($name, &$module) | |
| ModuleConfig ($name, &$module) | |
Public Member Functions inherited from PluginConfig | |
| install () | |
| uninstall () | |
| init_config () | |
| add_newItem ($name, $type, $default=null) | |
| initialise () | |
| get () | |
| save () | |
| delete () | |
| reset () | |
| check_data () | |
| get_fromHeader () | |
| get_value ($param='', $default=false) | |
| is_loaded () | |
| get_translation ($str, $args=null) | |
| load_fromSession () | |
| save_toSession () | |
| delete_fromSession () | |
Additional Inherited Members | |
Public Attributes inherited from PluginConfig | |
| $object_type = 'PluginConfig' | |
| Object type description. More... | |
| $_libName | |
| PluginConfig name. More... | |
| $_libParent | |
| Object parent plugin. More... | |
| $_libItems = array() | |
| Object item list. More... | |
| $_libDesc | |
| Object description. More... | |
| $_libError = '' | |
| Object last error. More... | |
| $name | |
| Object name. More... | |
| $vars = null | |
| Object values. More... | |
Protected Attributes inherited from PluginConfig | |
| $_libFolder | |
| Folder where object are stored. More... | |
| $_libFile | |
| Stored file for object. More... | |
Alias to PluginConfig to keep retro-compatibility with old websites.
Engine / Object Library
ModuleConfig class.
| ModuleConfig::__construct | ( | $name, | |
| & | $module | ||
| ) |
Class constructor.
| string | $name | |
| Plugin | $module |
Reimplemented from PluginConfig.
Reimplemented in Admin_SystemNotificationsConfig, and Admin_GenericEmailingManagerContactsImportConfig.
| ModuleConfig::ModuleConfig | ( | $name, | |
| & | $module | ||
| ) |
Old style class constructor.
| string | $name | |
| Plugin | $module |