PHP Class Barryvdh\Debugbar\DataCollector\SymfonyRequestCollector

Inheritance: extends DebugBar\DataCollector\DataCollector, implements DebugBar\DataCollector\DataCollectorInterface, implements DebugBar\DataCollector\Renderable
Exibir arquivo Open project: barryvdh/laravel-debugbar

Protected Properties

Property Type Description
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Request
$session Symfony\Component\HttpFoundation\Session\SessionInterface

Public Methods

Method Description
__construct ( Request $request, Request $response, Symfony\Component\HttpFoundation\Session\SessionInterface $session = null ) Create a new SymfonyRequestCollector
collect ( )
getName ( ) {@inheritDoc}
getWidgets ( ) {@inheritDoc}

Private Methods

Method Description
getCookieHeader ( $name, $value, $expires, $path, $domain, $secure, $httponly )

Method Details

__construct() public method

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 method

public collect ( )

getName() public method

{@inheritDoc}
public getName ( )

getWidgets() public method

{@inheritDoc}
public getWidgets ( )

Property Details

$request protected_oe property

protected Request,Symfony\Component\HttpFoundation $request
return Symfony\Component\HttpFoundation\Request

$response protected_oe property

protected Request,Symfony\Component\HttpFoundation $response
return Symfony\Component\HttpFoundation\Request

$session protected_oe property

protected SessionInterface,Symfony\Component\HttpFoundation\Session $session
return Symfony\Component\HttpFoundation\Session\SessionInterface