라라벨 CompilerInterface

Jmnote (토론 | 기여)님의 2016년 8월 29일 (월) 09:55 판 (새 문서: ==개요== ;라라벨 CompilerInterface <source lang='php'> <?php namespace Illuminate\View\Compilers; interface CompilerInterface { public function getCompiledPath($path); p...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

라라벨 CompilerInterface
<?php
namespace Illuminate\View\Compilers;
interface CompilerInterface
{
    public function getCompiledPath($path);
    public function isExpired($path);
    public function compile($path);
}

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}