Public Member Functions | |
__construct (Model $model=null) | |
handleRequest (HttpRequest $request) | |
Static Public Member Functions | |
static | create (Model $model=null) |
Private Attributes | |
$model = null |
Definition at line 15 of file NullController.class.php.
NullController::__construct | ( | Model $ | model = null |
) |
Definition at line 27 of file NullController.class.php.
References $model.
static NullController::create | ( | Model $ | model = null |
) | [static] |
Definition at line 22 of file NullController.class.php.
References $model.
Referenced by handleRequest().
NullController::handleRequest | ( | HttpRequest $ | request | ) |
Implements Controller.
Definition at line 35 of file NullController.class.php.
References create().
NullController::$model = null [private] |
Definition at line 17 of file NullController.class.php.
Referenced by __construct(), and create().