PHP 클래스 TightenCo\Jigsaw\Handlers\MarkdownHandler

파일 보기 프로젝트 열기: tightenco/jigsaw

공개 메소드들

메소드 설명
__construct ( $temporaryFilesystem, Illuminate\Contracts\View\Factory $viewFactory, $parser = null )
handle ( $file, $data )
shouldHandle ( $file )

비공개 메소드들

메소드 설명
compileToBlade ( $extends, $section )
parseFile ( $file )
render ( $document, $data )

메소드 상세

__construct() 공개 메소드

public __construct ( $temporaryFilesystem, Illuminate\Contracts\View\Factory $viewFactory, $parser = null )
$viewFactory Illuminate\Contracts\View\Factory

handle() 공개 메소드

public handle ( $file, $data )

shouldHandle() 공개 메소드

public shouldHandle ( $file )