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
로그인하시면 댓글을 쓸 수 있습니다.