X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=blobdiff_plain;f=lib%2Fpq%2FMapper%2FStorageInterface.php;fp=lib%2Fpq%2FMapper%2FStorageInterface.php;h=188318aa64d1f9816e309f2795e9135a23bb6f31;hp=db16df52f7504f662e8b7e8117c7356d68ab2410;hb=d4d84fb9b85f0216bd611946d59054a606c71960;hpb=e6da4c7430e5c5b4ba482206e42aeebb4363d2b3 diff --git a/lib/pq/Mapper/StorageInterface.php b/lib/pq/Mapper/StorageInterface.php index db16df5..188318a 100644 --- a/lib/pq/Mapper/StorageInterface.php +++ b/lib/pq/Mapper/StorageInterface.php @@ -4,12 +4,7 @@ namespace pq\Mapper; interface StorageInterface { - /** - * @return pq\Mapper\Mapper - */ - function getMapper(); - function find($where, $order = null, $limit = null, $offset = null); function delete($object); - function persist($object); -} \ No newline at end of file + function save($object); +}