Recent

Autoloader class

Autoloader

Autoloader class.

Namespace: WebberZone\AutoClose
Since: 3.0.0
Source: includes/class-autoloader.php line 15

Methods

register() static

Register the autoloader.

Since: 3.0.0
Line: 22

static public function register(  );

autoload() static

Autoload function.

Since: 3.0.0
Line: 34

static public function autoload( $class_name ): void;
TypeNameDescription
string$class_nameThe class name to autoload.

Returns: void