MvcLite\View\Helper\InputTextarea::render
method to render a input[type=text] element
Signature
public function render(string
$name,
[array
$attribs = ] )
Parameters
$name
— string- The name of the element.
$attribs
— array- An array of attributes to give the element.
Returns
- string
- The resulting HTML.
Test Coverage
Information
- Coverage: 9/9 Lines (100%)
- Tests: 1
- Passed: 1 (100%)
Tests
- [ PASSED ] — MvcLite\ViewHelperInputTextareaTest::testRender with data set #0