partkeepr

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

README.md (434B)


      1 PartKeeprRestBundle
      2 ====================
      3 
      4 This bundle extends the FOSRestBundle so that it can read annotations of the parent class. That way, PartKeepr can
      5 have one superclass with commonly used parameters (like start and limit for pagination) without the need of re-defining
      6 common parameters for each child class.
      7 
      8 The current limitation is that it currently only works for direct descendants and not for the whole class hierarchy.