trait StaticClass

Static class.

Methods

never
__construct()

No description

static mixed
__callStatic(string $name, array $args)

Call to undefined static method.

Details

at line 22
final never __construct()

No description

Return Value

never

Exceptions

Error

at line 32
static mixed __callStatic(string $name, array $args)

Call to undefined static method.

Parameters

string $name
array $args

Return Value

mixed

Exceptions

MemberAccessException