Class ViewCommand

Description

class ViewCommand

This class defines a binding between a View object and an action, and implements Execute by invoking the corresponding operation(s) on the View.

Located in /viewcommand.class.php (line 19)

Command
   |
   --ViewCommand
Variable Summary
mixed $Receiver
Method Summary
ViewCommand __construct (View $Receiver)
void Execute (Request $Request)
Variables
mixed $Receiver (line 21)
  • access: protected
Methods
Constructor __construct (line 30)

function __construct

This method is executed when an object is instantiated from this class. Preprocessing can be done here before the object is put into service.

  • access: public
ViewCommand __construct (View $Receiver)
Execute (line 40)

function Execute

This method executes the action and returns the result to the invoker.

  • access: public
void Execute (Request $Request)

Redefinition of:
Command::Execute()

Inherited Methods

Inherited From Command

Command::Execute()

Documentation generated on Thu, 9 Sep 2004 09:03:41 -0400 by phpDocumentor 1.3.0RC3