FOFController::_createView
Deprecated function to create a View object instance
Signature
protected function _createView(string
$name,
[string
$prefix = '',
[string
$type = '',
array
$config]] )
Parameters
-
$name
- The name of the view, e.g. 'Items'
-
$prefix
- The prefix of the view, e.g. 'FoobarView'
-
$type
- The view type, e.g. 'html'
-
$config
- The configuration array for the view
Returns
- FOFView