From 62fd225cfb17129c74ca3aaa6a75ddffe6453a3f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 16 Sep 2015 21:32:22 -0400 Subject: Add abstract storage layer --- app/Core/ObjectStorage/ObjectStorageInterface.php | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 app/Core/ObjectStorage/ObjectStorageInterface.php (limited to 'app/Core/ObjectStorage/ObjectStorageInterface.php') diff --git a/app/Core/ObjectStorage/ObjectStorageInterface.php b/app/Core/ObjectStorage/ObjectStorageInterface.php new file mode 100644 index 00000000..5440cf2b --- /dev/null +++ b/app/Core/ObjectStorage/ObjectStorageInterface.php @@ -0,0 +1,68 @@ +