PHP Class Someline\Events\User\UserRegisteredEvent

Inheritance: use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: someline/someline-starter

Méthodes publiques

Свойство Type Description
$user

Méthodes publiques

Méthode Description
__construct ( User $user ) Create a new event instance.
broadcastOn ( ) : array Get the channels the event should be broadcast on.

Method Details

__construct() public méthode

Create a new event instance.
public __construct ( User $user )
$user Someline\Models\Foundation\User

broadcastOn() public méthode

Get the channels the event should be broadcast on.
public broadcastOn ( ) : array
Résultat array

Property Details

$user public_oe property

public $user