X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/symfony/http-kernel/Fragment
home
/
prisjneg
/
public_html
/
vendor
/
symfony
/
http-kernel
/
Fragment
/
📁
..
📄
AbstractSurrogateFragmentRenderer.php
(3.86 KB)
📄
EsiFragmentRenderer.php
(534 B)
📄
FragmentHandler.php
(3.6 KB)
📄
FragmentRendererInterface.php
(876 B)
📄
FragmentUriGenerator.php
(3.46 KB)
📄
FragmentUriGeneratorInterface.php
(1.01 KB)
📄
HIncludeFragmentRenderer.php
(3.28 KB)
📄
InlineFragmentRenderer.php
(5.3 KB)
📄
RoutableFragmentRenderer.php
(1.48 KB)
📄
SsiFragmentRenderer.php
(534 B)
Editing: SsiFragmentRenderer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Fragment; /** * Implements the SSI rendering strategy. * * @author Sebastian Krebs <krebs.seb@gmail.com> */ class SsiFragmentRenderer extends AbstractSurrogateFragmentRenderer { public function getName(): string { return 'ssi'; } }
Upload File
Create Folder