setConfig($config); $this->setUri($uri); $this->path = $uri; } /** * @return Config */ public function getConfig() { return $this->config; } /** * @param Config $config */ public function setConfig($config) { $this->config = $config; } }