Legend of the Green Dragon

EventManager

Table of Contents

$instance  : EventManager
Instance of EventManager.
__callStatic()  : mixed
Add support for magic static method calls.
instance()  : mixed
Set instance of EventManager.

Properties

$instance

Instance of EventManager.

protected static EventManager $instance

Methods

__callStatic()

Add support for magic static method calls.

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>
Return values
mixed

the returned value from the resolved method

Search results