wikimedia/less.php
PHP port of the LESS processor
Loading...
Searching...
No Matches
Less_Autoloader Class Reference

Autoloader. More...

Static Public Member Functions

static register ()
 Register the autoloader in the SPL autoloader.
 
static unregister ()
 Unregister the autoloader.
 
static loadClass ( $className)
 Load the class.
 

Static Protected Attributes

static $registered = false
 

Detailed Description

Autoloader.

Member Function Documentation

◆ loadClass()

static Less_Autoloader::loadClass (   $className)
static

Load the class.

Parameters
string$classNameThe class to load

◆ register()

static Less_Autoloader::register ( )
static

Register the autoloader in the SPL autoloader.

Returns
void
Exceptions
ExceptionIf there was an error in registration

◆ unregister()

static Less_Autoloader::unregister ( )
static

Unregister the autoloader.

Returns
void

The documentation for this class was generated from the following file: