X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/View
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
View
/
📁
..
📄
Engine.php
(265 B)
📄
Factory.php
(1.89 KB)
📄
View.php
(541 B)
Editing: Engine.php
<?php namespace Illuminate\Contracts\View; interface Engine { /** * Get the evaluated contents of the view. * * @param string $path * @param array $data * @return string */ public function get($path, array $data = []); }
Upload File
Create Folder