Event
class Event
Properties
string | $name | ||
callable | $handler |
Methods
__construct(string $name = null, callable $handler = null)
No description
setHandler(callable $handler)
No description
mixed
handle(mixed $payload = null)
No description