PHP Class TwbBundle\Form\View\Helper\TwbBundleFormRadio

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

Protected Properties

Property Type Description
$separator string Separator for checkbox elements

Public Methods

Method Description
render ( Zend\Form\ElementInterface $oElement ) : string

Protected Methods

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

Method Details

render() public method

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

renderOptions() protected method

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
return string

Property Details

$separator protected_oe property

Separator for checkbox elements
protected string $separator
return string