Method | Description | |
---|---|---|
delete ( string $type, string $key ) | Delete a value from the data store. | |
get ( string $type, string $key ) : mixed | null | Retrieve a value from the data store. | |
getInstance ( ) : SimpleSAML_Store | false | Retrieve our singleton instance. | |
set ( string $type, string $key, mixed $value, integer | null $expire = null ) | Save a value to the data store. |
public static getInstance ( ) : SimpleSAML_Store | false | ||
return | SimpleSAML_Store | false | The data store, or false if it isn't enabled. |