MvcLite\Traits\Session
Request Trait.
Allows a getter for the requests instance.
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
Hierarchy
Coverage
Methods | 0% | 0 / 1 |
Lines | 0% | / |
Members
protected
- $session
—
MvcLite\Traits\MvcLite\Session
Session instance variable.
Methods
public
- getSession() — Getter for the session instance variable.
History
-
2015-12-14T07:03:35-05:00 (commit #ca452e0)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Removing the Database class, trait, and associated tests. Cleaning up some of the declarations on the filter and view helper classes
-
2015-11-29T16:46:01-05:00 (commit #846ee53)
Author: Cory Collier (ccollier@redhat.com) / Commiter: Cory Collier (ccollier@redhat.com)
Adding traits, implementing them on Cache, Database, Dispatcher, Error, and Request classes. Adding a TestCase class, to simplify unit test writing. Updating unit tests