PHP Class Socieboy\Forum\Events\NewReply

Inheritance: extends App\Events\Event, implements Illuminate\Contracts\Broadcasting\ShouldBroadcast, use trait Illuminate\Queue\SerializesModels
Afficher le fichier Open project: socieboy/forum

Méthodes publiques

Свойство Type Description
$reply Socieboy\Forum\Entities\Replies\Reply

Méthodes publiques

Méthode Description
__construct ( Reply $reply ) Create a new event instance.
broadcastOn ( ) : array Get the channels the event should be broadcast on.
broadcastWith ( ) : array Get the data to broadcast.

Method Details

__construct() public méthode

Create a new event instance.
public __construct ( Reply $reply )
$reply Socieboy\Forum\Entities\Replies\Reply

broadcastOn() public méthode

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

broadcastWith() public méthode

Get the data to broadcast.
public broadcastWith ( ) : array
Résultat array

Property Details

$reply public_oe property

public Reply,Socieboy\Forum\Entities\Replies $reply
Résultat Socieboy\Forum\Entities\Replies\Reply