title = $epData->title; $this->pubDate = "date"; $this->desc = "description"; $this->audioData = [ "url" => "https", "length" => "1", "type" => "mp3" ]; } function getFormatedAudioData() { return "src=\"{$this->audioData["url"]}\" type={}"; } } ?>