PHP Class App\Http\Controllers\LastFmController

Inheritance: extends Controller
Afficher le fichier Open project: unicodeveloper/laravel-hackathon-starter

Protected Properties

Свойство Type Description
$lastfm object; LastFm Object
$sampleArtist array

Méthodes publiques

Méthode Description
__construct ( ) Initialize the Controller with necessary arguments
getPage ( ) : mixed Return all tweets to the LastFM API dashboard

Private Methods

Méthode Description
getArtistInfo ( ) : array Get Artist Info
getTopAlbums ( ) : array Get Top Albums
getTopTracks ( ) : array Get Top Tracks

Method Details

__construct() public méthode

Initialize the Controller with necessary arguments
public __construct ( )

getPage() public méthode

Return all tweets to the LastFM API dashboard
public getPage ( ) : mixed
Résultat mixed

Property Details

$lastfm protected_oe property

LastFm Object
protected object; $lastfm
Résultat object;

$sampleArtist protected_oe property

protected array $sampleArtist
Résultat array