url = $url; $this->view = $jsonContext->view; $this->locale = array('lang' => $jsonContext->language, 'country' => $jsonContext->country); $this->container = $jsonContext->container; } /** * @return array */ public function getView() { return $this->view; } }