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

download() abstract public method

Download a file from storage.
abstract public download ( string $path, string $target ) : boolean
$path string The path to the file to download.
$target string The path to the local file to store.
return boolean
    public abstract function download($path, $target);