getItems() as $item) { $itemArray = $item->toArray(); if (isset($itemArray['itunes']) && isset($itemArray['enclosure'])) { $contents .= $itemArray['enclosure']['url'] . "\n"; } } return mb_convert_encoding($contents, $this->getCharset(), 'UTF-8'); } }