Barryvdh\Debugbar\DataCollector\SessionCollector::__construct PHP Méthode

__construct() public méthode

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;
    }