Barryvdh\Debugbar\DataCollector\SessionCollector::__construct PHP Method

__construct() public method

Create a new SessionCollector
public __construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session )
$session Symfony\Component\HttpFoundation\Session\SessionInterface
    public function __construct($session)
    {
        $this->session = $session;
    }