PHP Class Barryvdh\Debugbar\DataCollector\SessionCollector

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

Protected Properties

Property Type Description
$session Symfony\Component\HttpFoundation\Session\SessionInterface

Public Methods

Method Description
__construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session ) Create a new SessionCollector
collect ( )
getName ( ) {@inheritDoc}
getWidgets ( ) {@inheritDoc}

Method Details

__construct() public method

Create a new SessionCollector
public __construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session )
$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

$session protected property

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