PHP Interface Themosis\Load\ILoader

Mostrar archivo Open project: themosis/framework

Public Methods

Method Description
add ( array $paths ) Add paths to directories where files need "autoloading".
getFiles ( ) : array Return a list of loaded files.
load ( ) : mixed Load the files.

Method Details

add() public method

Add paths to directories where files need "autoloading".
public add ( array $paths )
$paths array

getFiles() public method

Return a list of loaded files.
public getFiles ( ) : array
return array

load() public method

Load the files.
public load ( ) : mixed
return mixed