PHP 클래스 TwbBundle\Form\View\Helper\TwbBundleFormRadio

상속: extends Zend\Form\View\Helper\FormRadio
파일 보기 프로젝트 열기: neilime/zf2-twb-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$separator string Separator for checkbox elements

공개 메소드들

메소드 설명
render ( Zend\Form\ElementInterface $oElement ) : string

보호된 메소드들

메소드 설명
renderOptions ( Zend\Form\Element\MultiCheckbox $oElement, array $aOptions, array $aSelectedOptions, array $aAttributes ) : string

메소드 상세

render() 공개 메소드

또한 보기: Zend\Form\View\Helper\FormRadio::render()
public render ( Zend\Form\ElementInterface $oElement ) : string
$oElement Zend\Form\ElementInterface
리턴 string

renderOptions() 보호된 메소드

또한 보기: 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
리턴 string

프로퍼티 상세

$separator 보호되어 있는 프로퍼티

Separator for checkbox elements
protected string $separator
리턴 string