Barryvdh\Debugbar\Support\Clockwork\ClockworkCollector::__construct PHP Метод

__construct() публичный Метод

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