LocalFileDetector
in package
implements
FileDetector
Table of Contents
Interfaces
Methods
- getLocalFile() : null|string
- Try to detect whether the given $file is a file or not. Return the path of the file. Otherwise, return null.
Methods
getLocalFile()
Try to detect whether the given $file is a file or not. Return the path of the file. Otherwise, return null.
public
getLocalFile(string $file) : null|string
Parameters
- $file : string