PHP Class App\Events\LibraryChanged

Inheritance: extends App\Events\Event
ファイルを表示 Open project: phanan/koel

Public Methods

Method Description
__construct ( ) Create a new event instance.
broadcastOn ( ) : array Get the channels the event should be broadcast on.

Method Details

__construct() public method

Create a new event instance.
public __construct ( )

broadcastOn() public method

Get the channels the event should be broadcast on.
public broadcastOn ( ) : array
return array