url = $url; $this->view = $jsonContext->view; $this->locale = new Locale($jsonContext->language, $jsonContext->country); $this->container = $jsonContext->container; } public function getView() { return $this->view; } }