Class MachII_framework_commands_EventArgCommand

Description

An EventCommand for putting an event arg into the current event.

Located in /MachII/framework/commands/EventArgCommand.php (line 13)

MachII_framework_EventCommand
   |
   --MachII_framework_commands_EventArgCommand
Variable Summary
string $_argName
mixed $_argValue
string $_argVariable
Method Summary
MachII_framework_commands_EventArgCommand MachII_framework_commands_EventArgCommand (string $argName, mixed &$argValue, [string $argVariable = null])
string _getArgName ()
mixed &_getArgValue ()
string _getArgVariable ()
boolean _isArgValueDefined ()
void _setArgName (string $argName)
void _setArgValue (mixed &$argValue)
void _setArgVariable (string $argVariable)
Variables
string $_argName (line 19)
  • access: private
mixed $_argValue (line 24)
  • access: private
string $_argVariable (line 29)
  • access: private

Inherited Variables

Inherited from MachII_framework_EventCommand

MachII_framework_EventCommand::$_parameters
Methods
Constructor MachII_framework_commands_EventArgCommand (line 37)
MachII_framework_commands_EventArgCommand MachII_framework_commands_EventArgCommand (string $argName, mixed &$argValue, [string $argVariable = null])
  • string $argName
  • mixed &$argValue
  • string $argVariable: a string representation of a variable name
execute (line 49)
true execute (MachII_framework_Event &$event, MachII_framework_EventContext &$eventContext)

Redefinition of:
MachII_framework_EventCommand::execute()
_getArgName (line 77)
  • access: private
string _getArgName ()
_getArgValue (line 95)
  • access: private
mixed &_getArgValue ()
_getArgVariable (line 122)
  • return: a string representation of a variable name
  • access: private
string _getArgVariable ()
_getArgVariableValue (line 140)
  • access: private
mixed &_getArgVariableValue ()
_isArgValueDefined (line 104)
  • access: private
boolean _isArgValueDefined ()
_isArgVariableDefined (line 131)
  • access: private
boolean _isArgVariableDefined ()
_setArgName (line 68)
  • access: private
void _setArgName (string $argName)
  • string $argName
_setArgValue (line 86)
  • access: private
void _setArgValue (mixed &$argValue)
  • mixed &$argValue
_setArgVariable (line 113)
  • access: private
void _setArgVariable (string $argVariable)
  • string $argVariable: a string representation of a variable name

Inherited Methods

Inherited From MachII_framework_EventCommand

MachII_framework_EventCommand::execute()
MachII_framework_EventCommand::getParameter()
MachII_framework_EventCommand::setParameter()
MachII_framework_EventCommand::setParameters()

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