MvcLite\View\Helper\Form::elementFactory
method to return an input element from a given parameter array
Signature
public function elementFactory(
$column,
[array
$params = ] )
Parameters
$column
—
$params
—
array
Test Coverage
Information
- Coverage: 11/11 Lines (100%)
- Tests: 4
- Passed: 4 (100%)
Tests
- [ PASSED ] — MvcLite\FormTest::testElementFactory with data set "primary"
- [ PASSED ] — MvcLite\FormTest::testElementFactory with data set "not primary"
- [ PASSED ] — MvcLite\FormTest::testElementFactory with data set "text"
- [ PASSED ] — MvcLite\FormTest::testElementFactory with data set "enum"