Recent

Autoloaderclass

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;
Type Name Description
string $class_name The class name to autoload.

Returns: void