/harmoni/core/actionHandler/ActionHandler.class.php

Description
Classes
Class Description
ActionHandler The ActionHandler interface defines the required methods for an ActionHandler class.
Includes
require_once (HARMONI."actionHandler/DottedPairValidatorRule.class.php") (line 12)
require_once (HARMONI."architecture/events/EventTrigger.abstract.php") (line 18)
require_once (HARMONI."actionHandler/actionSources/ClassMethodsActionSource.class.php") (line 16)
require_once (HARMONI."actionHandler/actionSources/FlatFileActionSource.class.php") (line 15)
require_once (HARMONI."actionHandler/actionSources/ClassesActionSource.class.php") (line 14)
Constants
ACTIONS_CLASSES = 1 (line 36)
  • const: integer ACTIONS_CLASSES Specifies that actions are stored as classes.
ACTIONS_CLASSES_METHOD = "execute" (line 55)
  • const: string ACTIONS_CLASSES_METHOD The method name to call when executing actions that are classes. (value = 'execute')
ACTIONS_CLASS_METHODS = 2 (line 42)
  • const: integer ACTIONS_CLASS_METHODS Specifies that actions are stored as class-methods.
ACTIONS_FLATFILES = 3 (line 48)
  • const: integer ACTIONS_FLATFILES Specifies that actions are stored as flat files to be included.
MODULES_CLASSES = 2 (line 30)
  • const: integer MODULES_CLASSES Specifies that modules are stored in classes.
MODULES_FOLDERS = 1 (line 24)
  • const: integer MODULES_FOLDERS Specifies that modules are stored in folders.

Documentation generated on Wed, 19 Sep 2007 10:21:17 -0400 by phpDocumentor 1.3.0RC3