PHP 인터페이스 Goetas\Twital\SourceAdapter

저자: Asmir Mustafic ([email protected])
파일 보기 프로젝트 열기: goetas/twital 0 사용 예제들

공개 메소드들

메소드 설명
dump ( Template $dom ) : string Gets a {Template} instance and return the raw template source code.
load ( string $string ) : Template Gets the raw template source code and return a {Goetas\Twital\Template} instance.

메소드 상세

dump() 공개 메소드

Gets a {Template} instance and return the raw template source code.
public dump ( Template $dom ) : string
$dom Template
리턴 string

load() 공개 메소드

Gets the raw template source code and return a {Goetas\Twital\Template} instance.
public load ( string $string ) : Template
$string string
리턴 Template