MagpieFromSimplePie::get_items PHP Method

get_items() public method

MagpieFromSimplePie::get_items: returns an array of MagpieRSS format arrays equivalent to the SimplePie_Item objects in the SimplePie object from which this object was constructed.
public get_items ( ) : array
return array An array of MagpieRSS-format arrays representing the items on this feed
    function get_items()
    {
        return $this->items;
    }