conclude scaffolding of AbstractData key/value storage, missing implementation

This commit is contained in:
El RIDO 2021-06-07 07:02:47 +02:00
parent 1a7d0799c0
commit 7bdcc2ae15
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
4 changed files with 94 additions and 7 deletions

View file

@ -28,12 +28,6 @@ abstract class AbstractData
*/
protected static $_instance = null;
protected static $_namespaces = array(
'purge_limiter',
'salt',
'traffic_limiter',
);
/**
* Enforce singleton, disable constructor
*