class FileLoader extends AbstractLoader (View source)

Class FileLoader

Constants

MIN

LOW

BELOW_NORMAL

NORMAL

ABOVE_NORMAL

HIGH

MAX

Methods

string
getName()

getName

__construct(SplPriorityQueue|string[] $paths = array(), int $priority = self::NORMAL)

Constructor.

string
load(string $file)

load

Details

string getName()

getName

Return Value

string

at line line 46
__construct(SplPriorityQueue|string[] $paths = array(), int $priority = self::NORMAL)

Constructor.

Parameters

SplPriorityQueue|string[] $paths
int $priority

at line line 71
string load(string $file)

load

Parameters

string $file

Return Value

string

Exceptions

RuntimeException