Constructor & Destructor Documentation
Member Function Documentation
Returns the names of the authors of the application public
- Returns:
- array An array of author names
Returns the copyright notice of the application public
- Returns:
- string
Returns the name of the application public
- Returns:
- string
Returns the version of the application public
- Returns:
- string
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 in mApplication, and mModularApplication.
This method must be implemented in the derivated class This method is called whenever an exceptions occurs in onInitialize or onExecute Please note that the onDestroy() method will still be called afterwards. protected
Reimplemented in Application, and mModularApplication.
This method must be implemented in the derivated class Main logic of the application. Throws an application from within this method to exit the application protected
Core method of the application. public
Field Documentation
$app_authors = array() [protected] |
$app_copyright = '' [protected] |
$app_name = '' [protected] |
$app_version = '1.0' [protected] |
The documentation for this class was generated from the following file: