PHP Class RootController, vanilla

Inheritance: extends RestExtController
Afficher le fichier Open project: vanilla/vanilla Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat boolean | mixed