PHP 8.3.30
Preview: DataCollectorInterface.php Size: 897 B
/home/getspomw/.trash/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.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\DataCollector;

use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Contracts\Service\ResetInterface;

/**
 * DataCollectorInterface.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
interface DataCollectorInterface extends ResetInterface
{
    /**
     * Collects data for the given Request and Response.
     *
     * @return void
     */
    public function collect(Request $request, Response $response, ?\Throwable $exception = null);

    /**
     * Returns the name of the collector.
     *
     * @return string
     */
    public function getName();
}

Directory Contents

Dirs: 0 × Files: 14

Name Size Perms Modified Actions
832 B lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
7.85 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
2.99 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
897 B lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
10.34 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
2.20 KB lrw-r--r-- 2026-04-19 13:32:39
Edit Download
4.23 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
1.56 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
545 B lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
10.62 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
2.17 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
15.90 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
2.29 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download
3.27 KB lrw-rw-rw- 2025-09-17 06:53:21
Edit Download

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