Вход Регистрация
Файл: gapps/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php
Строк: 43
<?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 SymfonyComponentHttpKernelDataCollector;

use 
SymfonyComponentHttpFoundationRequest;
use 
SymfonyComponentHttpFoundationResponse;

/**
 * AjaxDataCollector.
 *
 * @author Bart van den Burg <bart@burgov.nl>
 */
class AjaxDataCollector extends DataCollector
{
    public function 
collect(Request $requestResponse $responseException $exception null)
    {
        
// all collecting is done client side
    
}

    public function 
getName()
    {
        return 
'ajax';
    }
}
Онлайн: 0
Реклама