Defines core functionality for commands.
Command classes perform specific tasks in a system via the execute() method
Located in /command/Command.php (line 16)
Class | Description |
---|---|
FeedbackCommand | |
LoginCommand |
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 execute() invoked at leisure.
Documentation generated on Mon, 08 Feb 2010 21:28:25 -0800 by phpDocumentor 1.4.3