.

CommandsRoute Class Reference
[Controller]

Handle Command invocation (Check tokens!). More...

Inheritance diagram for CommandsRoute:
ParameterizedRoute RouteBase IRoute IDispatcher IUrlBuilder

List of all members.

Public Member Functions

  __construct ($path, $controller, $action, $decorators=null)
  Contructor.

Detailed Description

Handle Command invocation (Check tokens!).

Author:
Gerd Riesselmann

Definition at line 10 of file commandsroute.cls.php.


Constructor & Destructor Documentation

CommandsRoute::__construct ( path,
controller,
action,
decorators = null  
)

Contructor.

Parameters:
object  The controller to invoke
string  The function to invoke on controller
string  The URL this Token is responsible for
mixed  Array or single instance of IRouteDecorator

Reimplemented from RouteBase.

Definition at line 19 of file commandsroute.cls.php.


The documentation for this class was generated from the following file: