Documentation

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
throws
MemberAccessException

__construct()

Class is static and cannot be instantiated.

private __construct() : mixed

        
On this page

Search results