Dmyers\Storage\Adapter\Base::upload PHP Метод

upload() абстрактный публичный Метод

Upload a file into storage.
abstract public upload ( string $path, string $target ) : boolean
$path string The path to the local file to upload.
$target string The path to the file to store.
Результат boolean
    public abstract function upload($path, $target);