Constructor & Destructor Documentation
Object Constructor
- Parameters:
-
array | string | $application_config | An associative array containing the configuration OR the path to a configuration file |
string | $config_format | Optional, (Ignored/invalid if the first argument is not a string), the format of the configuration file (can be 'xml', 'inf', ...) |
Reimplemented in Application, and mModularApplication.
Member Function Documentation
Returns the multidimentionnal array containing the configuration of the application
- Returns:
- array
This method must be implemented in the derivated class This method is called last (after the onExecute() method) No exception should be thrown within this method, its only goal is to possibly free some resources protected
Reimplemented from mBaseApplication.
Reimplemented in mModularApplication.
Set the auto-save option for the configuration file
- Parameters:
-
bool | $auto_save | If set to true, the configuration file will be saved when the application exists |
Field Documentation
$auto_save_config = false [protected] |
$auto_save_config_format = 'xml' [protected] |
$auto_save_config_path = false [protected] |
The documentation for this class was generated from the following file: