Class Command

Description

Defines core functionality for commands.

Command classes perform specific tasks in a system via the execute() method

  • author: Clarrie Grundie
  • copyright: 2007 Ambridge Technologies Ltd
  • abstract:

Located in /command/Command.php (line 16)


	
			
Direct descendents
Class Description
FeedbackCommand
LoginCommand
Method Summary
bool execute (CommandContext $context)
Methods
execute (line 29)

Perform the key operation encapsulated by the class.

Command classes encapsulate a single operation. They are easy to add to and remove from a project, can be stored after instantiation and invoked at leisure.

bool execute (CommandContext $context)

Redefined in descendants as:

Documentation generated on Mon, 08 Feb 2010 21:57:29 -0800 by phpDocumentor 1.4.3