class FileLocator (View source)

Properties

protected $filesystem
protected $app
protected $locations

Methods

Filesystem
getFilesystem()

No description

setFilesystem(Filesystem $filesystem)

No description

__construct(Filesystem $filesystem, Application $app)

No description

addDefaultLocations()

No description

addLocation(LocationInterface $location)

No description

addPackageLocation($pkgHandle)

No description

getCacheKey($file)

No description

getAllRecords($file)

No description

getRecord($file)

No description

array
getLocations()

No description

Details

Filesystem getFilesystem()

No description

Return Value

Filesystem

setFilesystem(Filesystem $filesystem)

No description

Parameters

Filesystem $filesystem

__construct(Filesystem $filesystem, Application $app)

No description

Parameters

Filesystem $filesystem
Application $app

addDefaultLocations()

No description

addLocation(LocationInterface $location)

No description

Parameters

LocationInterface $location

addPackageLocation($pkgHandle)

No description

Parameters

$pkgHandle

protected getCacheKey($file)

No description

Parameters

$file

getAllRecords($file)

No description

Parameters

$file

Record getRecord($file)

No description

Parameters

$file

Return Value

Record

array getLocations()

No description

Return Value

array