|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for sspmod_riak_Store_Store:
Collaboration diagram for sspmod_riak_Store_Store:Public Member Functions | |
| get ($type, $key) | |
| Retrieve a value from the datastore. More... | |
| set ($type, $key, $value, $expire=NULL) | |
| Save a value to the datastore. More... | |
| delete ($type, $key) | |
| Delete a value from the datastore. More... | |
| get ($type, $key) | |
| Retrieve a value from the data store. More... | |
| set ($type, $key, $value, $expire=null) | |
| Save a value to the data store. More... | |
| delete ($type, $key) | |
| Delete a value from the data store. More... | |
Protected Member Functions | |
| __construct () | |
Additional Inherited Members | |
Static Public Member Functions inherited from SimpleSAML\Store | |
| static | getInstance () |
| Retrieve our singleton instance. More... | |
|
protected |
Definition at line 26 of file Store.php.
References $config, $path, and SimpleSAML_Configuration\getConfig().
Here is the call graph for this function:| sspmod_riak_Store_Store::delete | ( | $type, | |
| $key | |||
| ) |
Delete a value from the datastore.
| string | $type | The datatype. |
| string | $key | The key. |
Reimplemented from SimpleSAML\Store.
Definition at line 92 of file Store.php.
| sspmod_riak_Store_Store::get | ( | $type, | |
| $key | |||
| ) |
Retrieve a value from the datastore.
| string | $type | The datatype. |
| string | $key | The key. |
Reimplemented from SimpleSAML\Store.
Definition at line 46 of file Store.php.
| sspmod_riak_Store_Store::set | ( | $type, | |
| $key, | |||
| $value, | |||
$expire = NULL |
|||
| ) |
Save a value to the datastore.
| string | $type | The datatype. |
| string | $key | The key. |
| mixed | $value | The value. |
| int | NULL | $expire | The expiration time (unix timestamp), or NULL if it never expires. |
Reimplemented from SimpleSAML\Store.
Definition at line 73 of file Store.php.
References $expire.