PHP 클래스 App\Listeners\LoveTrackOnLastfm

파일 보기 프로젝트 열기: phanan/koel

보호된 프로퍼티들

프로퍼티 타입 설명
$lastfm App\services\Lastfm The Last.fm service instance, which is DI'ed into our listener.

공개 메소드들

메소드 설명
__construct ( Lastfm $lastfm ) Create the event listener.
handle ( SongLikeToggled $event ) Handle the event.

메소드 상세

__construct() 공개 메소드

Create the event listener.
public __construct ( Lastfm $lastfm )
$lastfm App\services\Lastfm

handle() 공개 메소드

Handle the event.
public handle ( SongLikeToggled $event )
$event App\Events\SongLikeToggled

프로퍼티 상세

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

The Last.fm service instance, which is DI'ed into our listener.
protected Lastfm,App\Services $lastfm
리턴 App\services\Lastfm