PHP Class app\events\LibraryChanged

Inheritance: extends App\Events\Event
Mostra file 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