CompilerEngine
class CompilerEngine extends PhpEngine (View source)
Methods
string | get(string $path, array $data = array()) Get the evaluated contents of the view. | |
void | __construct(CompilerInterface $compiler) Create a new Blade view engine instance. | |
CompilerInterface | getCompiler() Get the compiler implementation. |
Please login to continue.