An abstract class for all ActionSource classes. ActionSource classes give the ActionHandler places to look for modules and actions for execution.
Located in /harmoni/core/actionHandler/ActionSource.abstract.php (line 16)
Class | Description |
---|---|
ClassesActionSource | The ClassesActionSource looks for actions as classes located within include files. |
ClassMethodsActionSource | The ClassMethodsActionSource looks for actions as methods located within a class. The action names correspond to a method of the same name within a class. The class name is the same as module name. |
FlatFileActionSource | The FlatFileActionSource class allows one to execute Harmoni actions (see ActionHandler) which are contained within |
Checks to see if a given modules/action pair exists for execution within this source.
Executes the specified action in the specified module, using the Harmoni object as a base.
Documentation generated on Wed, 19 Sep 2007 10:21:19 -0400 by phpDocumentor 1.3.0RC3