The Harmoni class combines the functionality of login, authentication, action-handling and theme-output. It makes use of the the ActionHandler classes.
The Harmoni class implements the Singleton pattern. There is only ever on instance of the Harmoni object and it is accessed only via the Harmoni::instance() method.
Located in /harmoni/core/architecture/harmoni/Harmoni.class.php (line 33)
Adds an action, or multiple, (see the ActionHandler) to execute after executing the action requested by the end user.
Adds an action, or multiple, (see the ActionHandler) to execute before executing the action requested by the end user.
Set the OutputHandler to use for theming the output.
Executes the Harmoni procedures: action processing and themed output to the browser. Certain options must be set before execute() can be called.
Same as Harmoni::getAttachedData.
Get the OutputHandler used for theming the output.
Returns the numeric representation of our framework version. The format is XXMMRR, two digits for each of the major, minor and release numbers. NOTE: leading 0's are omitted.
Returns a pretty version string of our running Harmoni framework version.
Get the instance of Harmoni.
The Harmoni class implements the Singleton pattern. There is only ever one instance of the Harmoni object and it is accessed only via the Harmoni::instance() method.
Sets the current Harmoni action.
Sets the action to call after the browser-requested action has executed but before the output from that action is processed. The result from the previous action can be accessed as Harmoni::result.
Returns an array of the Harmoni version string containing the major, minor and release numbers, in that order.
Returns TRUE if $action is contained somewhere within the array of actions: $array.
Documentation generated on Wed, 19 Sep 2007 10:23:34 -0400 by phpDocumentor 1.3.0RC3