MessageSent
class MessageSent
Traits
Methods
static mixed
dispatch(mixed ...$arguments)
Dispatch the event with the given arguments.
from
Dispatchable
static mixed
dispatchIf(bool $boolean, mixed ...$arguments)
Dispatch the event with the given arguments if the given truth test passes.
from
Dispatchable
static mixed
dispatchUnless(bool $boolean, mixed ...$arguments)
Dispatch the event with the given arguments unless the given truth test passes.
from
Dispatchable
static PendingBroadcast
broadcast(mixed ...$arguments)
Broadcast the event with the given arguments.
from
Dispatchable
Details
in
Dispatchable at line 14
static mixed
dispatch(mixed ...$arguments)
Dispatch the event with the given arguments.
in
Dispatchable at line 22
static mixed
dispatchIf(bool $boolean, mixed ...$arguments)
Dispatch the event with the given arguments if the given truth test passes.
in
Dispatchable at line 30
static mixed
dispatchUnless(bool $boolean, mixed ...$arguments)
Dispatch the event with the given arguments unless the given truth test passes.
in
Dispatchable at line 38
static PendingBroadcast
broadcast(mixed ...$arguments)
Broadcast the event with the given arguments.
at line 17
__construct(Connection $connection, string $message)
Create a new event instance.