PHP Class Voodoo\Core\Autoloader

Exibir arquivo Open project: voodoophp/voodoo Class Usage Examples

Public Methods

Method Description
__construct ( string $includePath ) Intiate the autoload
register ( string $includePath ) Statically load register the class

Method Details

__construct() public method

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

register() public static method

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