Property | Type | Description | |
---|---|---|---|
$lastfm | object; | LastFm Object | |
$sampleArtist | array |
Method | Description | |
---|---|---|
__construct ( ) | Initialize the Controller with necessary arguments | |
getPage ( ) : mixed | Return all tweets to the LastFM API dashboard |
Method | Description | |
---|---|---|
getArtistInfo ( ) : array | Get Artist Info | |
getTopAlbums ( ) : array | Get Top Albums | |
getTopTracks ( ) : array | Get Top Tracks |
public __construct ( ) |