Hallo zusammen,
hier ein Codebeispiel:
Was bringt das: View $view?
Wofür ist das View?
hier ein Codebeispiel:
PHP-Code:
protected $_view = null,
$_request,
$_response;
public function __construct(View $view, Request $request, Response $response)
{
$this->_view = $view;
$this->_request = $request;
$this->_response = $response;
}
Wofür ist das View?
Kommentar