\Autoload

Class Autoloader

Summary

Methods
Properties
Constants
__construct()
register()
load()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(string  $path = '') 

Constructor

Parameters

string $path

register()

register(string  $name,   $loader = false) 

Register new thing to be loaded

Parameters

string $name
$loader

load()

load(string  $name) 

To be called be load a class/file/function sets

Parameters

string $name