EventService
Table of Contents
-
$subscriptions
: mixed
-
emit()
: void
-
subscribe()
: void
-
subscribeWithRef()
: void
-
unsubscribe()
: bool
$subscriptions
protected
mixed
$subscriptions
= []
emit()
public
emit(string $event, array<string|int, mixed> $args) : void
Parameters
-
$event
: string
-
-
$args
: array<string|int, mixed>
-
Return values
void
—
subscribe()
public
subscribe(string $event, mixed $callable) : void
Parameters
-
$event
: string
-
-
$callable
: mixed
-
Return values
void
—
subscribeWithRef()
public
subscribeWithRef(string $event, mixed &$callable) : void
Parameters
-
$event
: string
-
-
$callable
: mixed
-
Return values
void
—
unsubscribe()
public
unsubscribe(string $event, mixed &$callable) : bool
Parameters
-
$event
: string
-
-
$callable
: mixed
-
Return values
bool
—