MvcLite\Traits\FilterChain
Filter Chain Trait.
Allows for a simple interface to create a filter chain instance, and add
multiple new filters to that chain
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
Hierarchy
Used by
Coverage
Methods | 0% | 0 / 1 |
Lines | 0% | / |
Methods
public
- getFilterChain() — Getter for the Request instance.
History
-
2015-12-16T10:07:30-05:00 (commit #654e219)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Coding standards cleanup
-
2015-12-14T22:00:24-05:00 (commit #9edeeab)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
adding a filter-chain trait, also adding some dedicated unit tests for the traits
-
2015-12-14T06:40:22-05:00 (commit #dd3ea25)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Updating a few source files, adding a coveralls config file, adding an abstract model class
-
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