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

copy() abstract public method

Copy a file in storage.
abstract public copy ( string $path, string $target ) : boolean
$path string The path to the file to copy.
$target string The path to the file to store.
return boolean
    public abstract function copy($path, $target);