|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for League\Flysystem\SafeStorage:Public Member Functions | |
| __construct () | |
| storeSafely ($key, $value) | |
| retrieveSafely ($key) | |
| __destruct () | |
Static Protected Attributes | |
| static | $safeStorage = [] |
Private Attributes | |
| $hash | |
Definition at line 5 of file SafeStorage.php.
| League\Flysystem\SafeStorage::__construct | ( | ) |
Definition at line 17 of file SafeStorage.php.
References League\Flysystem\SafeStorage\$hash, and GuzzleHttp\Psr7\hash().
Here is the call graph for this function:| League\Flysystem\SafeStorage::__destruct | ( | ) |
Definition at line 35 of file SafeStorage.php.
References GuzzleHttp\Psr7\hash().
Here is the call graph for this function:| League\Flysystem\SafeStorage::retrieveSafely | ( | $key | ) |
Definition at line 28 of file SafeStorage.php.
References League\Flysystem\SafeStorage\$hash, $key, and GuzzleHttp\Psr7\hash().
Here is the call graph for this function:| League\Flysystem\SafeStorage::storeSafely | ( | $key, | |
| $value | |||
| ) |
Definition at line 23 of file SafeStorage.php.
References League\Flysystem\SafeStorage\$hash, and $key.
|
private |
Definition at line 10 of file SafeStorage.php.
Referenced by League\Flysystem\SafeStorage\__construct(), League\Flysystem\SafeStorage\retrieveSafely(), and League\Flysystem\SafeStorage\storeSafely().
|
staticprotected |
Definition at line 15 of file SafeStorage.php.