url = $url; $this->contentType = $contentType; } /** * {@inheritdoc} */ public function getUrl() { return $this->url; } /** * {@inheritdoc} */ public function getContentType() { return $this->contentType; } }