Файловый менеджер - Редактировать - /home/autoovt/www/FileEngine.php.tar
Назад
home/autoovt/www/vendor-old/laravel/framework/src/Illuminate/View/Engines/FileEngine.php 0000666 00000001403 14772257550 0025447 0 ustar 00 <?php namespace Illuminate\View\Engines; use Illuminate\Contracts\View\Engine; use Illuminate\Filesystem\Filesystem; class FileEngine implements Engine { /** * The filesystem instance. * * @var \Illuminate\Filesystem\Filesystem */ protected $files; /** * Create a new file engine instance. * * @param \Illuminate\Filesystem\Filesystem $files * @return void */ public function __construct(Filesystem $files) { $this->files = $files; } /** * Get the evaluated contents of the view. * * @param string $path * @param array $data * @return string */ public function get($path, array $data = []) { return $this->files->get($path); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка