mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-12-15 08:19:13 -05:00
conclude scaffolding of AbstractData key/value storage, missing implementation
This commit is contained in:
parent
1a7d0799c0
commit
7bdcc2ae15
4 changed files with 94 additions and 7 deletions
|
|
@ -251,7 +251,20 @@ class Filesystem extends AbstractData
|
|||
*/
|
||||
public function setValue($value, $namespace, $key = '')
|
||||
{
|
||||
|
||||
switch ($namespace) {
|
||||
case 'purge_limiter':
|
||||
;
|
||||
break;
|
||||
case 'salt':
|
||||
;
|
||||
break;
|
||||
case 'traffic_limiter':
|
||||
;
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue