PHP 8.2.30
Preview: TerminableInterface.php Size: 1.03 KB
/opt/cloudlinux/alt-php53/root/usr/share/pear/Symfony/Component/HttpKernel/TerminableInterface.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;

use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

/**
 * Terminable extends the Kernel request/response cycle with dispatching a post
 * response event after sending the response and before shutting down the kernel.
 *
 * @author Jordi Boggiano <j.boggiano@seld.be>
 * @author Pierre Minnieur <pierre.minnieur@sensiolabs.de>
 *
 * @api
 */
interface TerminableInterface
{
    /**
     * Terminates a request/response cycle.
     *
     * Should be called after sending the response and before shutting down the kernel.
     *
     * @param Request  $request  A Request instance
     * @param Response $response A Response instance
     *
     * @api
     */
    public function terminate(Request $request, Response $response);
}

Directory Contents

Dirs: 15 × Files: 9

Name Size Perms Modified Actions
Bundle DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Config DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Debug DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Event DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Exception DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Fragment DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
HttpCache DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Log DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Profiler DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
340 B lrw-r--r-- 2019-12-18 11:20:41
Edit Download
6.82 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
9.01 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
1.31 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
23.18 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
3.11 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
4.93 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
1.03 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download
1.65 KB lrw-r--r-- 2019-12-18 11:20:41
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).