PHP Класс Voodoo\Core\Autoloader

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $includePath ) Intiate the autoload
register ( string $includePath ) Statically load register the class

Описание методов

__construct() публичный Метод

Intiate the autoload
public __construct ( string $includePath )
$includePath string

register() публичный статический Метод

Statically load register the class
public static register ( string $includePath )
$includePath string