General message page controller response.

Use this for really basic pages that just want to display a message of some sort, with no template/view.

package XenForo_Mvc

 Properties

 

Key-value parameters to pass to the container view.

$containerParams : array
Inherited

inherited_from \XenForo_ControllerResponse_Abstract::$$containerParams
 

$controllerAction

$controllerAction 
Inherited

inherited_from \XenForo_ControllerResponse_Abstract::$$controllerAction
 

$controllerName

$controllerName 
Inherited

inherited_from \XenForo_ControllerResponse_Abstract::$$controllerName
 

Text of the message that occurred

$message : string

 

An optional HTTP response code to output

$responseCode : integer
Inherited

inherited_from \XenForo_ControllerResponse_Abstract::$$responseCode
 

$viewName

$viewName 
Inherited

inherited_from \XenForo_ControllerResponse_Abstract::$$viewName