MvcLite\Request::getParams
getter for the params property
Signature
public function getParams()
Returns
- array
- All of the request params (_GET, _POST, and _COOKIE)
Test Coverage
Information
- Coverage: 7/7 Lines (100%)
- Tests: 1
- Passed: 1 (100%)
Tests
- [ PASSED ] — MvcLite\RequestTest::testGetParams