partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit ebbfedb153bbdb09ec4dbef0244a5a21f67f2365
parent 7a89c25421eb78db0ae9fc3e999bde4b05374044
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue, 26 May 2015 18:01:39 +0200

This bundle extends the FOSRestBundle so that it can read annotations of the parent class. That way, PartKeepr can
have one superclass with commonly used parameters (like start and limit for pagination) without the need of re-defining
common parameters for each child class.

The current limitation is that it currently only works for direct descendants and not for the whole class hierarchy.

Diffstat:
Asrc/PartKeepr/RESTBundle/README.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/PartKeepr/RESTBundle/README.md b/src/PartKeepr/RESTBundle/README.md @@ -0,0 +1,8 @@ +PartKeeprRestBundle +==================== + +This bundle extends the FOSRestBundle so that it can read annotations of the parent class. That way, PartKeepr can +have one superclass with commonly used parameters (like start and limit for pagination) without the need of re-defining +common parameters for each child class. + +The current limitation is that it currently only works for direct descendants and not for the whole class hierarchy.+ \ No newline at end of file