Tariqa  3.0
 All Data Structures Namespaces Files Functions Variables Enumerations
WebOfficeModule Class Reference
Inheritance diagram for WebOfficeModule:
queries translations users

Public Member Functions

 __construct ($weboffice)
 onInitialize ()
 onExecute ()
 onDestroy ()
 getTitle ()
 doExecute ($param_name)

Protected Attributes

 $weboffice

Constructor & Destructor Documentation

__construct ( weboffice)

The constructor

Parameters:
WebOffice$webofficeThe weboffice class public
Returns:
void

Reimplemented in queries, translations, and users.


Member Function Documentation

doExecute ( param_name) [final]

Internal function which triggers the execution of the module public

Returns:
string
getTitle ( ) [final]

Gets the module title public

Returns:
string
onDestroy ( )

If needed, a function that is called before the module is discarted. You can overwrite this function to do your de-initializing. public

Returns:
void
onExecute ( ) [abstract]

The actual execution (it return the HTML code of the module) public

Returns:
string

Reimplemented in queries, translations, and users.

Function which do the initializing. You can overwrite this function to do your initializing

Parameters:
WebOffice$webofficeThe weboffice class public
Returns:
void

Field Documentation

$weboffice [protected]

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