FileLocator
class FileLocator implements FileLocatorInterface
FileLocator uses an array of pre-defined paths to find files.
Properties
protected | $paths |
Methods
__construct(string|string[] $paths = array())
No description
string|array
locate(string $name, string|null $currentPath = null, bool $first = true)
Returns a full path for a given file name.