PHP 클래스 Phrozn\Site\View\Factory

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

공개 메소드들

메소드 설명
__construct ( string $path = null ) : void Initialize factory by providing input file path
create ( ) Depending on internal configuration and concrete type, create view
getInputFile ( ) : string Get input file path
getInputRootDir ( ) : string Get input root directory
setInputFile ( string $path ) : Factory Set input file path
setInputRootDir ( string $path ) : Factory Set input root dir

비공개 메소드들

메소드 설명
constructFile ( string $type ) : Phrozn\Site\View Create and return view of a given type

메소드 상세

__construct() 공개 메소드

Initialize factory by providing input file path
public __construct ( string $path = null ) : void
$path string Path to page source file
리턴 void

create() 공개 메소드

return \Phrozn\Site\View\Factory
public create ( )

getInputFile() 공개 메소드

Get input file path
public getInputFile ( ) : string
리턴 string

getInputRootDir() 공개 메소드

Get input root directory
public getInputRootDir ( ) : string
리턴 string

setInputFile() 공개 메소드

Set input file path
public setInputFile ( string $path ) : Factory
$path string Path to file
리턴 Factory

setInputRootDir() 공개 메소드

Set input root dir
public setInputRootDir ( string $path ) : Factory
$path string Input root directory
리턴 Factory