View controller response.

This should be used when there is advanced behavior that needs to be handled to render the page.

package XenForo_Mvc

 Properties

 

Key-value pairs of parameters to pass to the container

$containerParams : array

 

$controllerAction

$controllerAction 
Inherited

inherited_from \XenForo_ControllerResponse_Abstract::$$controllerAction
 

$controllerName

$controllerName 
Inherited

inherited_from \XenForo_ControllerResponse_Abstract::$$controllerName
 

Key-value pairs of parameters to pass to the view

$params : array

 

An optional HTTP response code to output

$responseCode : integer
Inherited

inherited_from \XenForo_ControllerResponse_Abstract::$$responseCode
 

View that should be rendered within this view.

$subView : \XenForo_ControllerResponse_View | null

 

Name of the template to be rendered.

$templateName : string

 

Name of the view class to be rendered

$viewName : string