Zend_Service_Audioscrobbler provides several methods for
retrieving data specific to a single group, specified via the
setGroup() method:
groupGetRecentJournals(): Returns a SimpleXML object containing a list of recent journal posts by Users in the current Group.groupGetWeeklyChart(): Returns a SimpleXML object containing a list of weeks for which there exist Weekly Charts for the current Group.groupGetRecentWeeklyArtistChart(): Returns a SimpleXML object containing the most recent Weekly Artist Chart for the current Group.groupGetRecentWeeklyAlbumChart(): Returns a SimpleXML object containing the most recent Weekly Album Chart for the current Group.groupGetRecentWeeklyTrackChart(): Returns a SimpleXML object containing the most recent Weekly Track Chart for the current Group.groupGetPreviousWeeklyArtistChart($fromDate, $toDate): RequiressetFromDate()andsetToDate(). Returns a SimpleXML object containing the Weekly Artist Chart from the current fromDate to the current toDate for the current Group.groupGetPreviousWeeklyAlbumChart($fromDate, $toDate): RequiressetFromDate()andsetToDate(). Returns a SimpleXML object containing the Weekly Album Chart from the current fromDate to the current toDate for the current Group.groupGetPreviousWeeklyTrackChart($fromDate, $toDate): Returns a SimpleXML object containing the Weekly Track Chart from the current fromDate to the current toDate for the current Group.




