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: FragmentRendererInterface.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; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Controller\ControllerReference; /** * Interface implemented by all rendering strategies. * * @author Fabien Potencier <fabien@symfony.com> */ interface FragmentRendererInterface { /** * Renders a URI and returns the Response content. */ public function render(string|ControllerReference $uri, Request $request, array $options = []): Response; /** * Gets the name of the strategy. */ public function getName(): string; }
Upload File
Create Folder