404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.38.150: ~ $
<?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';
    }
}

Filemanager

Name Type Size Permission Actions
AbstractSurrogateFragmentRenderer.php File 3.75 KB 0644
EsiFragmentRenderer.php File 534 B 0644
FragmentHandler.php File 3.57 KB 0644
FragmentRendererInterface.php File 876 B 0644
FragmentUriGenerator.php File 3.45 KB 0644
FragmentUriGeneratorInterface.php File 1.01 KB 0644
HIncludeFragmentRenderer.php File 3.28 KB 0644
InlineFragmentRenderer.php File 4.89 KB 0644
RoutableFragmentRenderer.php File 1.45 KB 0644
SsiFragmentRenderer.php File 534 B 0644