MvcLite\View\Helper\Form::getGroupWrapper
Gets a wrapping string around an element(s) string.
Signature
public function getGroupWrapper(string
        $string )
            
        Parameters
$string— string- The element markup.
 
Returns
- string
 - The wrapped markup.
 
Test Coverage
Information
- Coverage: 1/1 Lines (100%)
 - Tests: 2
 - Passed: 2 (100%)
 
Tests
- [ PASSED ] — MvcLite\FormTest::testGetGroupWrapper with data set "empty string"
 - [ PASSED ] — MvcLite\FormTest::testGetGroupWrapper with data set "simple string"