PHP Class RootController, vanilla

Inheritance: extends RestExtController
Show file Open project: vanilla/vanilla Class Usage Examples

Public Methods

Method Description
fetchViewLocation ( string $view = '', boolean $controllerName = false, boolean $applicationFolder = false, boolean $throwError = true, boolean $useController = true ) : boolean | mixed Get the file location of a view.

Method Details

fetchViewLocation() public method

Get the file location of a view.
public fetchViewLocation ( string $view = '', boolean $controllerName = false, boolean $applicationFolder = false, boolean $throwError = true, boolean $useController = true ) : boolean | mixed
$view string
$controllerName boolean
$applicationFolder boolean
$throwError boolean
$useController boolean
return boolean | mixed