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

__construct() public méthode

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
    public function __construct($request, $response, $session = null)
    {
        $this->request = $request;
        $this->response = $response;
        $this->session = $session;
    }