$content
$content :
Content of the response.
Error response
When constructing a view, the response object must be populated and returned. The response is then displayed to the visitor. The interest of using a response object is that we can run a post filter action on the response. For example you can run a filter that is checking that all the output is valid HTML and write a logfile if this is not the case.
__construct( $exception, $mimetype = null, \Pluf_HTTP_Request $request = null)
یک نمونه جدید از این شئی ایجاد میکند
در فرآیند ساخت تلاش میشو که الگویی برای خطای 500 بازیابی شده و به عنوان نتیجه برگردانده شود. در صورتی که خطایی رخ دهد، یک متن پیش فرض به عنوان خطای نتیجه نمایش داده خواهد شد.
$exception | ||
$mimetype | ||
\Pluf_HTTP_Request | $request |