get_enclosures() public method

Supports the RSS tag, as well as Media RSS and iTunes RSS. At this point, we're pretty much assuming that all enclosures for an item are the same content. Anything else is too complicated to properly support.
public get_enclosures ( ) : SimplePie_Enclosure[] | null
return SimplePie_Enclosure[] | null List of SimplePie_Enclosure items
 function get_enclosures()
 {
     return apply_filters('feedwordpie_item_get_enclosures', parent::get_enclosures(), $this);
 }