[Core] add InterRequest class

Review Request #89 — Created April 26, 2013 and submitted

olivier
Lunr
owizen:InterRequest
7315
lunr
This class intends to wrap the Clirequest class to present it the same way as the core request class

for consistency, the following should be reviewed first:
http://reviews.lunr.nl/r/88/
Unit tests
  • 0
  • 0
  • 7
  • 0
  • 7
Description From Last Updated
olivier
pprkut
  1. 
      
  2. src/Lunr/Core/InterRequest.php (Diff revision 1)
     
     
     
     
     
     
     
     
     
     
     
     
     
    restricting the inter request to only override on controller, method and parameters is just unnecessarily limiting future use cases. Let the user decide what to override.
  3. src/Lunr/Core/InterRequest.php (Diff revision 1)
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    If you let the user decide what to override this needs to get more flexible. Coincidentally it also gets much simpler in the process.
  4. 
      
olivier
olivier
pprkut
  1. 
      
  2. src/Lunr/Core/InterRequest.php (Diff revision 3)
     
     
    we can do better than this
  3. src/Lunr/Core/InterRequest.php (Diff revision 3)
     
     
     
     
     
    out of date
  4. src/Lunr/Core/InterRequest.php (Diff revision 3)
     
     
     
     
     
     
     
     
     
     
     
     
    why this?
    1. Sorry I thought I removed it...
  5. extends Halo/LunrBaseTest
  6. tests/phpunit.xml (Diff revision 3)
     
     
    weird indentation
  7. 
      
olivier
olivier
olivier
olivier
olivier
olivier
leo
  1. Ship It!
  2. 
      
olivier
pprkut
  1. Ship It!
  2. 
      
olivier
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master
Loading...