Reroute controller response.
This will cause the request to internally be
redirected to the named controller/action. The user will not be made aware of
this redirection.
Properties
Name of the action to reroute to
$action : string
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 |
Name of the controller to reroute to
$controllerName : 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 |