trait StaticClass

Static class.

Methods

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

Call to undefined static method.

Details

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

Call to undefined static method.

Parameters

string $name
array $args

Return Value

mixed

Exceptions

MemberAccessException