Class MachII_framework_EventCommand

Description

EventCommand class.

The base EventCommand class.

Located in /MachII/framework/EventCommand.php (line 13)


	
			
Direct descendents
Class Description
MachII_framework_commands_EventBeanCommand An EventCommand for creating and populating a bean in the current event.
MachII_framework_commands_EventArgCommand An EventCommand for putting an event arg into the current event.
MachII_framework_commands_AnnounceCommand An EventCommand for announcing an event.
MachII_framework_commands_ViewPageCommand An EventCommand for processing an EventFilter.
MachII_framework_commands_FilterCommand An EventCommand for filtering events.
MachII_framework_commands_NotifyCommand An EventCommand for processing an EventFilter.
MachII_framework_commands_EventMappingCommand An EventCommand for setting up an event mapping for an event handler.
Variable Summary
array $_parameters
Method Summary
string &getParameter (string $name)
void setParameter (string $name, mixed &$value)
void setParameters (array $parameters)
Variables
array $_parameters = array() (line 22)

Parameters

EventCommand parameters are set via the configuration file.

  • var: associative array
  • access: private
Methods
getParameter (line 44)
string &getParameter (string $name)
  • string $name
setParameter (line 35)
void setParameter (string $name, mixed &$value)
  • string $name
  • mixed &$value
setParameters (line 53)
  • access: protected
void setParameters (array $parameters)
  • array $parameters: associative array will be merged with any existing parameters

Documentation generated on Thu, 20 Jan 2005 10:46:57 -0800 by phpDocumentor 1.3.0RC3