404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.119.164.231: ~ $
<?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 ESI rendering strategy.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
class EsiFragmentRenderer extends AbstractSurrogateFragmentRenderer
{
    public function getName(): string
    {
        return 'esi';
    }
}

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