Public Member Functions | |
__construct (Controller $inner) | |
handleRequest (HttpRequest $request) | |
Protected Attributes | |
$inner = null |
Definition at line 15 of file DecoratorController.class.php.
DecoratorController::__construct | ( | Controller $ | inner | ) |
Definition at line 19 of file DecoratorController.class.php.
DecoratorController::handleRequest | ( | HttpRequest $ | request | ) |
Implements Controller.
Definition at line 27 of file DecoratorController.class.php.
DecoratorController::$inner = null [protected] |
Definition at line 17 of file DecoratorController.class.php.