PHP 클래스 PhroznTest\Site\View\MockView

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

공개 메소드들

메소드 설명
__construct ( string $inputFile = null, string $outputDir = null ) : Phrozn\Site\View Initialize view

메소드 상세

__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