PHP Class TwbBundle\Form\View\Helper\TwbBundleFormRadio

Inheritance: extends Zend\Form\View\Helper\FormRadio
Afficher le fichier Open project: neilime/zf2-twb-bundle

Protected Properties

Свойство Type Description
$separator string Separator for checkbox elements

Méthodes publiques

Méthode Description
render ( Zend\Form\ElementInterface $oElement ) : string

Méthodes protégées

Méthode Description
renderOptions ( Zend\Form\Element\MultiCheckbox $oElement, array $aOptions, array $aSelectedOptions, array $aAttributes ) : string

Method Details

render() public méthode

See also: Zend\Form\View\Helper\FormRadio::render()
public render ( Zend\Form\ElementInterface $oElement ) : string
$oElement Zend\Form\ElementInterface
Résultat string

renderOptions() protected méthode

See also: Zend\Form\View\Helper\FormMultiCheckbox::renderOptions()
protected renderOptions ( Zend\Form\Element\MultiCheckbox $oElement, array $aOptions, array $aSelectedOptions, array $aAttributes ) : string
$oElement Zend\Form\Element\MultiCheckbox
$aOptions array
$aSelectedOptions array
$aAttributes array
Résultat string

Property Details

$separator protected_oe property

Separator for checkbox elements
protected string $separator
Résultat string