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

put() abstract public method

Put a file into storage.
abstract public put ( string $path, string $contents ) : boolean
$path string The path to the file to store.
$contents string The file contents to store.
return boolean
    public abstract function put($path, $contents);