Public Member Functions | |
__construct (HttpStatus $status, $prefix, $postfix) | |
render ($model=null) | |
Protected Attributes | |
$status = null | |
$prefix = null | |
$postfix = null |
Definition at line 15 of file HttpErrorView.class.php.
HttpErrorView::__construct | ( | HttpStatus $ | status, | |
$ | prefix, | |||
$ | postfix | |||
) |
Definition at line 22 of file HttpErrorView.class.php.
HttpErrorView::render | ( | $ | model = null |
) |
$model | null or Model |
Implements View.
Definition at line 30 of file HttpErrorView.class.php.
HttpErrorView::$postfix = null [protected] |
Definition at line 20 of file HttpErrorView.class.php.
Referenced by __construct().
HttpErrorView::$prefix = null [protected] |
Definition at line 19 of file HttpErrorView.class.php.
Referenced by __construct().
HttpErrorView::$status = null [protected] |
Definition at line 17 of file HttpErrorView.class.php.