X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=lib%2Fpq%2FMapper%2FMapInterface.php;h=bf238f1cccbb42b68069c39624e145bb00e7a80b;hb=5c080bb03b5fee867da94cb3c1108d59529f741a;hp=8c950568f365d82fb32b6af8ef5bdf3505dede82;hpb=05a907a5cb7377e2ad7abfa21096e3630752b944;p=m6w6%2Fpq-gateway diff --git a/lib/pq/Mapper/MapInterface.php b/lib/pq/Mapper/MapInterface.php index 8c95056..bf238f1 100644 --- a/lib/pq/Mapper/MapInterface.php +++ b/lib/pq/Mapper/MapInterface.php @@ -14,6 +14,12 @@ interface MapInterface */ function getClass(); + /** + * Get the object manager + * @return ObjectManager + */ + function getObjects(); + /** * The the underlying table gateway * @return Table