MvcLite\Traits\View
View Trait.
Allows a getter for the view instance.
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
Hierarchy
Used by
- MvcLite\Controller
- MvcLite\View\Helper\Csv
- MvcLite\View\Helper\Exception
- MvcLite\View\Helper\Form
- MvcLite\View\Helper\InputCheckbox
- MvcLite\View\Helper\InputElementAbstract
- MvcLite\View\Helper\InputPassword
- MvcLite\View\Helper\InputSelect
- MvcLite\View\Helper\InputSubmit
- MvcLite\View\Helper\InputText
- MvcLite\View\Helper\InputTextarea
- MvcLite\View\HelperAbstract
Coverage
Methods | 0% | 0 / 1 |
Lines | 0% | / |
Members
protected
- $view
—
MvcLite\Traits\MvcLite\View
View instance variable.
Methods
public
- getView() — Getter for the View instance variable.
History
-
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