Autoloader Class
Create object
Utilize the constructor of the Autoloader
class:
$autoloader = new Autoloader();
Init
Init the class:
$autoloader->init(string|array $autoload) : voidEdit on GitHub
Utilize the constructor of the Autoloader
class:
$autoloader = new Autoloader();
Init the class:
$autoloader->init(string|array $autoload) : voidEdit on GitHub