MvcLite\Traits\Config
Config Trait.
Allows a getter for the config instance.
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
Hierarchy
Used by
Coverage
Methods | 0% | 0 / 1 |
Lines | 0% | / |
Members
protected
- $config
—
MvcLite\Traits\MvcLite\Config
Config instance variable.
Methods
public
- getConfig() — Getter for the config.
History
-
2015-12-14T08:09:21-05:00 (commit #4dd70dd)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Configuration options for coveralls
-
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-12-02T16:43:15-05:00 (commit #55a67b0)
Author: Cory Collier (ccollier@redhat.com) / Commiter: Cory Collier (ccollier@redhat.com)
BIG commit. Leveraging php5.4 shorthand for arrays, updating the skeleton app, Adding the Filepath trait, implementing the filepath trait, new Filters, Moved the registry to a new config class, created a new config trait, implemented new config trait, updated a TON of unit tests
-
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