라라벨 CompilerInterface

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 }}