PHP Class Someline\Events\User\UserLoggedInEvent

Inheritance: use trait Illuminate\Queue\SerializesModels
Show file Open project: someline/someline-starter

Public Properties

Property Type Description
$user

Public Methods

Method Description
__construct ( User $user ) 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 ( User $user )
$user Someline\Models\Foundation\User

broadcastOn() public method

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

Property Details

$user public property

public $user