Class miControllerCommand

Description

A controller command class Used to implement command design pattern

  • copyright: Copyright (c) 2007 Mirchev Ideas Ltd. All rights reserved.

Located in /control/ControllerCommand.php (line 16)


	
			
Class Constant Summary
Variable Summary
mixed $_param
Method Summary
miControllerCommand __construct ( $commandType,  $param)
void getCommandType ()
void getParam ()
Variables
mixed $_commandType (line 20)
  • access: protected
mixed $_param (line 21)
  • access: protected
Methods
Constructor __construct (line 23)
  • access: public
miControllerCommand __construct ( $commandType,  $param)
  • $commandType
  • $param
getCommandType (line 29)
  • access: public
void getCommandType ()
getParam (line 34)
  • access: public
void getParam ()
Class Constants
CONTROLLER_COMMAND_HTML = 1 (line 17)
CONTROLLER_COMMAND_REDIRECT = 2 (line 18)

Documentation generated on Thu, 08 May 2008 16:57:14 +0300 by phpDocumentor 1.4.1