storage test
[m6w6/pq-gateway] / lib / pq / Mapper / MapInterface.php
index 8c950568f365d82fb32b6af8ef5bdf3505dede82..bf238f1cccbb42b68069c39624e145bb00e7a80b 100644 (file)
@@ -14,6 +14,12 @@ interface MapInterface
         */
        function getClass();
 
+       /**
+        * Get the object manager
+        * @return ObjectManager
+        */
+       function getObjects();
+
        /**
         * The the underlying table gateway
         * @return Table