PHP Класс Barryvdh\Debugbar\DataCollector\SymfonyRequestCollector

Наследование: extends DebugBar\DataCollector\DataCollector, implements DebugBar\DataCollector\DataCollectorInterface, implements DebugBar\DataCollector\Renderable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Request
$session Symfony\Component\HttpFoundation\Session\SessionInterface

Открытые методы

Метод Описание
__construct ( Request $request, Request $response, Symfony\Component\HttpFoundation\Session\SessionInterface $session = null ) Create a new SymfonyRequestCollector
collect ( )
getName ( ) {@inheritDoc}
getWidgets ( ) {@inheritDoc}

Приватные методы

Метод Описание
getCookieHeader ( $name, $value, $expires, $path, $domain, $secure, $httponly )

Описание методов

__construct() публичный Метод

Create a new SymfonyRequestCollector
public __construct ( Request $request, Request $response, Symfony\Component\HttpFoundation\Session\SessionInterface $session = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Request
$session Symfony\Component\HttpFoundation\Session\SessionInterface

collect() публичный Метод

public collect ( )

getName() публичный Метод

{@inheritDoc}
public getName ( )

getWidgets() публичный Метод

{@inheritDoc}
public getWidgets ( )

Описание свойств

$request защищенное свойство

protected Request,Symfony\Component\HttpFoundation $request
Результат Symfony\Component\HttpFoundation\Request

$response защищенное свойство

protected Request,Symfony\Component\HttpFoundation $response
Результат Symfony\Component\HttpFoundation\Request

$session защищенное свойство

protected SessionInterface,Symfony\Component\HttpFoundation\Session $session
Результат Symfony\Component\HttpFoundation\Session\SessionInterface