Open Monograph Press  3.3.0
PhpXmlRpc\Autoloader Class Reference

Static Public Member Functions

static autoload ($class)
 
static register ($prepend=false)
 

Detailed Description

In the unlikely event that you are not using Composer to manage class autoloading, here's an autoloader for this lib. For usage, see any file in the demo/client directory

Definition at line 9 of file Autoloader.php.

Member Function Documentation

◆ autoload()

static PhpXmlRpc\Autoloader::autoload (   $class)
static

Handles autoloading of classes.

Parameters
string$classA class name.

Definition at line 26 of file Autoloader.php.

◆ register()

static PhpXmlRpc\Autoloader::register (   $prepend = false)
static

Registers PhpXmlRpc\Autoloader as an SPL autoloader.

Parameters
bool$prependWhether to prepend the autoloader or not.

Definition at line 16 of file Autoloader.php.


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