MvcLite\View\Helper\InputText
Text Input View Helper class
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
class InputText
extends InputElementAbstract
{
- // Inherited constants from ObjectAbstract
- const MSG_ERR_IDENTIFY = 'Descendents must implement the identify method';
- // methods
- public string render()
- protected boolean isValidAttribute()
- // Inherited methods from InputElementAbstract
- public string getDefaultAttribs()
- public string getStandardTemplate()
- // Inherited methods from HelperAbstract
- protected string getHtmlAttribs()
- protected string getAdditionalClasses()
- protected boolean isValidAttribute()
- // Inherited methods from ObjectAbstract
- public final void __get()
- public final void __set()
- public final void __call()
- public void __toString()
- public string identify()
- // Inherited methods from View
- public View getView()
Hierarchy
Coverage
Methods | 100% | 2 / 2 |
Lines | 100% | 12 / 12 |
Constants
Name | Value |
---|---|
MSG_ERR_IDENTIFY | 'Descendents must implement the identify method' |
Members
protected
- $view
—
MvcLite\Traits\MvcLite\View
View instance variable.
Methods
protected
- isValidAttribute() — Local override of the isValidAttribute method.
public
- render() — Render a input[type=text] element.
Inherited from MvcLite\View\Helper\InputElementAbstract
public
- getDefaultAttribs() — Gets the default attributes.
- getStandardTemplate() — Standard template for form elements.
Inherited from MvcLite\View\HelperAbstract
protected
- getAdditionalClasses() — Gets any additional classes that might be required from the attributes.
- getHtmlAttribs() — Method to return a string of key=value pairs.
- isValidAttribute() — Checks an attribute name to see if it's valid.
Inherited from MvcLite\ObjectAbstract
public
- __call() — Overriding the __call magic method
- __get() — Overriding the __get magic method
- __set() — Overriding the __set magic method
- __toString() — returns a string representation of the object
- identify() — method used to identify the object instance
Inherited from MvcLite\Traits\View
public
- getView() — Getter for the View instance variable.
History
-
2015-12-21T12:13:19-05:00 (commit #3f2c9f1)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Moving form element view helpers around. Updating unit tests. Altering the way that attributes are created