CloudStorage extends Storage implements Storable
Table of Contents
Interfaces
Methods
- __construct() : mixed
- __destruct() : mixed
- checkBucket() : bool
- Checks storage.
- copy() : Result
- copyChunk() : Result
- flushDescriptor() : mixed
Methods
__construct()
public
__construct(mixed $params) : mixed
Parameters
- $params : mixed
__destruct()
public
__destruct() : mixed
checkBucket()
Checks storage.
public
static checkBucket(int $id) : bool
Parameters
- $id : int
Return values
boolcopy()
public
copy(mixed $path, array<string|int, mixed> $file) : Result
Parameters
- $path : mixed
- $file : array<string|int, mixed>
Return values
ResultcopyChunk()
public
copyChunk(string $path, array<string|int, mixed> $file) : Result
Parameters
- $path : string
- $file : array<string|int, mixed>
Return values
ResultflushDescriptor()
public
flushDescriptor() : mixed