Storage
implements
Storable
Table of Contents
Interfaces
- Storable
Methods
-
__construct()
: mixed
-
__destruct()
: mixed
-
copy()
: Result
-
copyChunk()
: Result
-
flushDescriptor()
: mixed
__construct()
public
__construct() : mixed
__destruct()
public
__destruct() : mixed
copy()
public
copy(array<string|int, mixed> $path, array<string|int, mixed> $file) : Result
Parameters
-
$path
: array<string|int, mixed>
-
-
$file
: array<string|int, mixed>
-
copyChunk()
public
copyChunk(string $path, array<string|int, mixed> $chunk) : Result
Parameters
-
$path
: string
-
-
$chunk
: array<string|int, mixed>
-
flushDescriptor()
public
flushDescriptor() : mixed