PHP Class TwbBundle\Form\View\Helper\TwbBundleFormCollection

Inheritance: extends Zend\Form\View\Helper\FormCollection
显示文件 Open project: neilime/zf2-twb-bundle Class Usage Examples

Protected Properties

Property Type Description
$fieldsetFormat string
$legendFormat string
$validTagAttributes array Attributes valid for the tag represented by this helper

Public Methods

Method Description
render ( Zend\Form\ElementInterface $oElement ) : string Render a collection by iterating through all fieldsets and elements
renderTemplate ( Zend\Form\Element\Collection $collection ) : string Only render a template

Method Details

render() public method

Render a collection by iterating through all fieldsets and elements
public render ( Zend\Form\ElementInterface $oElement ) : string
$oElement Zend\Form\ElementInterface
return string

renderTemplate() public method

Only render a template
public renderTemplate ( Zend\Form\Element\Collection $collection ) : string
$collection Zend\Form\Element\Collection
return string

Property Details

$fieldsetFormat protected_oe static_oe property

protected static string $fieldsetFormat
return string

$legendFormat protected_oe static_oe property

protected static string $legendFormat
return string

$validTagAttributes protected_oe property

Attributes valid for the tag represented by this helper
protected array $validTagAttributes
return array