'', 'analytics-data' => '', 'analytics-filtered-data' => '', ]; /** * get the full enclosure url * * @param string $filename * @return string */ public function getEnclosureUrl(string $enclosureUri) { return base_url($enclosureUri); } }