$content
$content :
Content of the response.
Response object to be constructed by the views.
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(\Pluf_HTTP_Request $request)
یک نمونه جدید از این شئی ایجاد میکند
در فرآیند ساخت تلاش میشو که الگویی برای خطای 404 بازیابی شده و به عنوان نتیجه برگردانده شود. در صورتی که خطایی رخ دهد، یک متن پیش فرض به عنوان خطای نتیجه نمایش داده خواهد شد.
\Pluf_HTTP_Request | $request |