PHP 클래스 RootController, vanilla

상속: extends RestExtController
파일 보기 프로젝트 열기: vanilla/vanilla 1 사용 예제들

공개 메소드들

메소드 설명
fetchViewLocation ( string $view = '', boolean $controllerName = false, boolean $applicationFolder = false, boolean $throwError = true, boolean $useController = true ) : boolean | mixed Get the file location of a view.

메소드 상세

fetchViewLocation() 공개 메소드

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
리턴 boolean | mixed