MvcLite\Session::setParams
Utility method to allow for the setting of multiple parameters
Signature
public function setParams([array
$params = ] )
Parameters
$params
— array
Returns
- Session
- $this for object-chaining.
Test Coverage
Information
- Coverage: 4/4 Lines (100%)
- Tests: 2
- Passed: 2 (100%)
Tests
- [ PASSED ] — MvcLite\SessionTest::testSetParams with data set "simple test"
- [ PASSED ] — MvcLite\SessionTest::testDestroy with data set "simple test"