PHP Class TwbBundle\Form\View\Helper\TwbBundleFormCollection

Inheritance: extends Zend\Form\View\Helper\FormCollection
Afficher le fichier Open project: neilime/zf2-twb-bundle Class Usage Examples

Protected Properties

Свойство Type Description
$fieldsetFormat string
$legendFormat string
$validTagAttributes array Attributes valid for the tag represented by this helper

Méthodes publiques

Méthode 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 méthode

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

renderTemplate() public méthode

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

Property Details

$fieldsetFormat protected_oe static_oe property

protected static string $fieldsetFormat
Résultat string

$legendFormat protected_oe static_oe property

protected static string $legendFormat
Résultat string

$validTagAttributes protected_oe property

Attributes valid for the tag represented by this helper
protected array $validTagAttributes
Résultat array