PHP Класс App\Listeners\UpdateLastfmNowPlaying

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$lastfm App\services\Lastfm The Last.fm service instance.

Открытые методы

Метод Описание
__construct ( Lastfm $lastfm ) Create the event listener.
handle ( SongStartedPlaying $event ) Handle the event.

Описание методов

__construct() публичный Метод

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

handle() публичный Метод

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

Описание свойств

$lastfm защищенное свойство

The Last.fm service instance.
protected Lastfm,App\Services $lastfm
Результат App\services\Lastfm