(→같이 보기) |
Jmnote bot (토론 | 기여) 잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==)) |
||
17번째 줄: | 17번째 줄: | ||
* [[라라벨 BladeCompiler]] | * [[라라벨 BladeCompiler]] | ||
==참고 | ==참고== | ||
* https://github.com/illuminate/view/blob/master/Compilers/CompilerInterface.php | * https://github.com/illuminate/view/blob/master/Compilers/CompilerInterface.php | ||
[[분류: Illuminate\View\Compilers]] | [[분류: Illuminate\View\Compilers]] |
2017년 7월 11일 (화) 02:10 판
1 개요
- 라라벨 CompilerInterface
PHP
Copy
<?php
namespace Illuminate\View\Compilers;
interface CompilerInterface
{
public function getCompiledPath($path);
public function isExpired($path);
public function compile($path);
}
2 같이 보기
3 참고
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.