라라벨 CompilerInterface

Jmnote bot (토론 | 기여)님의 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 참고