PHP 클래스 App\Http\Controllers\LastFmController

상속: extends Controller
파일 보기 프로젝트 열기: unicodeveloper/laravel-hackathon-starter

보호된 프로퍼티들

프로퍼티 타입 설명
$lastfm object; LastFm Object
$sampleArtist array

공개 메소드들

메소드 설명
__construct ( ) Initialize the Controller with necessary arguments
getPage ( ) : mixed Return all tweets to the LastFM API dashboard

비공개 메소드들

메소드 설명
getArtistInfo ( ) : array Get Artist Info
getTopAlbums ( ) : array Get Top Albums
getTopTracks ( ) : array Get Top Tracks

메소드 상세

__construct() 공개 메소드

Initialize the Controller with necessary arguments
public __construct ( )

getPage() 공개 메소드

Return all tweets to the LastFM API dashboard
public getPage ( ) : mixed
리턴 mixed

프로퍼티 상세

$lastfm 보호되어 있는 프로퍼티

LastFm Object
protected object; $lastfm
리턴 object;

$sampleArtist 보호되어 있는 프로퍼티

protected array $sampleArtist
리턴 array