class FileLocator (View source)

Properties

protected $filesystem
protected $app
protected $locations
protected OverridesCache $cache

Methods

__construct(Filesystem $filesystem, Application $app)

No description

Filesystem
getFilesystem()

No description

setFilesystem(Filesystem $filesystem)

No description

addDefaultLocations()

No description

addLocation(LocationInterface $location)

No description

addPackageLocation($pkgHandle)

No description

getAllRecords($file)

No description

getRecord($file)

No description

array
getLocations()

No description

getCacheKey($file)

No description

Details

__construct(Filesystem $filesystem, Application $app)

No description

Parameters

Filesystem $filesystem
Application $app

Filesystem getFilesystem()

No description

Return Value

Filesystem

setFilesystem(Filesystem $filesystem)

No description

Parameters

Filesystem $filesystem

addDefaultLocations()

No description

addLocation(LocationInterface $location)

No description

Parameters

LocationInterface $location

addPackageLocation($pkgHandle)

No description

Parameters

$pkgHandle

getAllRecords($file)

No description

Parameters

$file

Record getRecord($file)

No description

Parameters

$file

Return Value

Record

array getLocations()

No description

Return Value

array

protected getCacheKey($file)

No description

Parameters

$file