M1\Vars\Traits\FileTrait::getFile PHP Method

getFile() public method

Returns the passed file
public getFile ( ) : string
return string The passed file
    public function getFile()
    {
        return $this->file;
    }