$validContentTypes
$validContentTypes :
StaticViewController handles loading of statically cached views.
It has no public routes and is called directly via the Dispatcher.
terminateWithView(string $view, array $params = array(), array $headers = array())
Terminate the action with a view partial. Will dump output directly to browser, but return the action allowing process to continue.
| string | $view | path |
| array | $params | view params |
| array | $headers | optional headers |