sourceType = $sourceType; $this->url = $url; } public function getCode() { return "<$sourceType />"; } public function getUrl() { return $this->url; } } ?>