CaMykS  1.0-20231201
Public Member Functions | List of all members
ModuleConfig Class Reference

Alias to PluginConfig to keep retro-compatibility with old websites. More...

Inheritance diagram for ModuleConfig:
PluginConfig Admin_GenericEmailingManagerContactsImportConfig Admin_SystemNotificationsConfig

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)
 
 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...
 

Detailed Description

Alias to PluginConfig to keep retro-compatibility with old websites.

Engine / Object Library

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.0.1
Date
Creation: Oct 2007
Modification: Jul 2021
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Todo:
Remove this library once all ModuleConfig object have been updated to PluginConfig.

ModuleConfig class.

Constructor & Destructor Documentation

◆ __construct()

ModuleConfig::__construct (   $name,
$module 
)

Class constructor.

Parameters
string$name
Module$module
Returns
void

Reimplemented from PluginConfig.

Reimplemented in Admin_SystemNotificationsConfig, and Admin_GenericEmailingManagerContactsImportConfig.

Member Function Documentation

◆ ModuleConfig()

ModuleConfig::ModuleConfig (   $name,
$module 
)

Old style class constructor.

Parameters
string$name
Module$module
Returns
void

The documentation for this class was generated from the following file: