
Public Member Functions | ||||
| __construct (HttpStatus $status, $prefix, $postfix) | ||||
| render ($model=null) | ||||
| ||||
Protected Attributes | ||||
| $status = null | ||||
| $prefix = null | ||||
| $postfix = null | ||||
Definition at line 16 of file HttpErrorView.class.php.
| HttpErrorView::__construct | ( | HttpStatus $ | status, | |
| $ | prefix, | |||
| $ | postfix | |||
| ) |
| HttpErrorView::render | ( | $ | model = null |
) |
| $model | null or Model |
Implements View.
Definition at line 31 of file HttpErrorView.class.php.
HttpErrorView::$status = null [protected] |
Definition at line 18 of file HttpErrorView.class.php.
HttpErrorView::$prefix = null [protected] |
HttpErrorView::$postfix = null [protected] |
1.5.4