url = $url; $this->endpoint = $endpoint; $this->maxwidth = $maxwidth; $this->maxheight = $maxheight; } public function set_config($config) { $this->config = $config; } }