79 $this->request->initForward();
81 if (!empty($this->params)) {
82 $this->request->setParams($this->params);
85 if (!empty($this->controller)) {
86 $this->request->setControllerName($this->controller);
89 if (!empty($this->module)) {
90 $this->request->setModuleName($this->module);
94 $this->request->setActionName($action);
95 $this->request->setDispatched(
false);
__construct(RequestInterface $request)
setController($controller)
render(HttpResponseInterface $response)