PostSwitchRunEvent
extends Event
in package
Event runs after the switch runs, you can access the response from this event
Table of Contents
Methods
- __construct() : mixed
- __set() : void
- name() : string
- Get the event name.
Methods
__construct()
public
__construct(mixed ...$args) : mixed
Parameters
- $args : mixed
__set()
public
__set(string $name, mixed $value) : void
Parameters
- $name : string
- $value : mixed
name()
Get the event name.
public
static name() : string