abstract class FileLoader implements LoaderInterface

Base class for all file based loaders.

Properties

protected $file

Methods

__construct(string $file)

No description

Details

__construct(string $file)

Parameters

string $file The mapping file to load

Exceptions

MappingException if the mapping file does not exist or is not readable