|
Open Monograph Press
3.3.0
|
Static Public Member Functions | |
| static | autoload ($class) |
| static | register ($prepend=false) |
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.
|
static |
Handles autoloading of classes.
| string | $class | A class name. |
Definition at line 26 of file Autoloader.php.
|
static |
Registers PhpXmlRpc\Autoloader as an SPL autoloader.
| bool | $prepend | Whether to prepend the autoloader or not. |
Definition at line 16 of file Autoloader.php.