Inpsyde\MultilingualPress\Asset\AssetLocation::file PHP Method

file() public method

Returns the relative file name (or path).
Since: 3.0.0
public file ( ) : string
return string The relative file name (or path).
    public function file()
    {
        return $this->file;
    }