HumHub Documentation (unofficial)

UselessFileDetector
in package
implements FileDetector

Table of Contents

Interfaces

FileDetector

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(mixed $file) : null|string
Parameters
$file : mixed
Return values
null|string

The path of the file.


        
On this page

Search results