Dmyers\Storage\Adapter\Base::mime PHP Method

mime() abstract public method

Get a file's mime type from storage.
abstract public mime ( string $path ) : string
$path string The path to the file to get the mime.
return string
    public abstract function mime($path);