PHP 클래스 Phrozn\Site\View\Less

저자: Victor Farazdagi
상속: extends Base, implements Phrozn\Site\View
파일 보기 프로젝트 열기: farazdagi/phrozn 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $inputFile = null, string $outputDir = null ) : Phrozn\Site\View Initialize view
getOutputFile ( ) : string Get output file path
setInputFile ( $path ) : Phrozn\Site\View Set input file path. Overriden to update processor options.

메소드 상세

__construct() 공개 메소드

Initialize view
public __construct ( string $inputFile = null, string $outputDir = null ) : Phrozn\Site\View
$inputFile string Path to view source file
$outputDir string File destination path
리턴 Phrozn\Site\View

getOutputFile() 공개 메소드

Get output file path
public getOutputFile ( ) : string
리턴 string

setInputFile() 공개 메소드

Set input file path. Overriden to update processor options.
public setInputFile ( $path ) : Phrozn\Site\View
리턴 Phrozn\Site\View