Файловый менеджер - Редактировать - /home/lmsyaran/public_html/libraries/gantry5/classes/Gantry/Framework/Services/StreamsServiceProvider.php
Назад
<?php /** * @package Gantry5 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC * @license Dual License: MIT or GNU/GPLv2 and later * * http://opensource.org/licenses/MIT * http://www.gnu.org/licenses/gpl-2.0.html * * Gantry Framework code that extends GPL code is considered GNU/GPLv2 and later */ namespace Gantry\Framework\Services; use Gantry\Component\Filesystem\Streams; use Pimple\Container; use RocketTheme\Toolbox\DI\ServiceProviderInterface; use RocketTheme\Toolbox\ResourceLocator\UniformResourceLocator; class StreamsServiceProvider implements ServiceProviderInterface { public function register(Container $gantry) { $sp = $this; $gantry['locator'] = function() use ($sp) { return new UniformResourceLocator(GANTRY5_ROOT); }; $gantry['streams'] = function($c) use ($sp) { $schemes = (array) $c['platform']->init()->get('streams'); /** @var UniformResourceLocator $locator */ $locator = $c['locator']; $streams = new Streams($locator); $streams->add($schemes); GANTRY_DEBUGGER && method_exists('Gantry\Debugger', 'setLocator') && \Gantry\Debugger::setLocator($locator); return $streams; }; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка