PHP 8.3.31
Preview: AjaxDataCollector.php Size: 832 B
/home/getspomw/royalsquad.us/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.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;

/**
 * @author Bart van den Burg <bart@burgov.nl>
 *
 * @final
 */
class AjaxDataCollector extends DataCollector
{
    public function collect(Request $request, Response $response, ?\Throwable $exception = null): void
    {
        // all collecting is done client side
    }

    public function reset(): void
    {
        // all collecting is done client side
    }

    public function getName(): string
    {
        return 'ajax';
    }
}

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
15.38 KB lrw-r--r-- 2026-04-26 11:37:52
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).