StaticClass
Static class.
Table of Contents
Methods
- __callStatic() : mixed
- Call to undefined static method.
- __construct() : mixed
- Class is static and cannot be instantiated.
Methods
__callStatic()
Call to undefined static method.
public
static __callStatic(string $name, array<string|int, mixed> $args) : mixed
Parameters
- $name : string
- $args : array<string|int, mixed>
Tags
__construct()
Class is static and cannot be instantiated.
private
__construct() : mixed