File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/symfony/http-kernel/Fragment
Upload
[..]
FragmentRendererInterface.php (876 B)
Edit
Rename
Del
FragmentUriGenerator.php (3.28 KB)
Edit
Rename
Del
FragmentUriGeneratorInterface.php (1.01 KB)
Edit
Rename
Del
HIncludeFragmentRenderer.php (3.06 KB)
Edit
Rename
Del
SsiFragmentRenderer.php (534 B)
Edit
Rename
Del
Edit: 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'; } }
Simpan