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

상속: extends Zend\Form\View\Helper\FormCheckbox
파일 보기 프로젝트 열기: neilime/zf2-twb-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$labelHelper Zend\Form\View\Helper\FormLabel Form label helper instance

공개 메소드들

메소드 설명
getLabelContent ( Zend\Form\ElementInterface $oElement ) : string
getLabelPosition ( Zend\Form\Element\Checkbox $oElement ) : string Get the label position
render ( Zend\Form\ElementInterface $oElement ) : string

보호된 메소드들

메소드 설명
getLabelHelper ( ) : Zend\Form\View\Helper\FormLabel Retrieve the FormLabel helper

메소드 상세

getLabelContent() 공개 메소드

public getLabelContent ( Zend\Form\ElementInterface $oElement ) : string
$oElement Zend\Form\ElementInterface
리턴 string

getLabelHelper() 보호된 메소드

Retrieve the FormLabel helper
protected getLabelHelper ( ) : Zend\Form\View\Helper\FormLabel
리턴 Zend\Form\View\Helper\FormLabel

getLabelPosition() 공개 메소드

Get the label position
public getLabelPosition ( Zend\Form\Element\Checkbox $oElement ) : string
$oElement Zend\Form\Element\Checkbox
리턴 string

render() 공개 메소드

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

프로퍼티 상세

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

Form label helper instance
protected FormLabel,Zend\Form\View\Helper $labelHelper
리턴 Zend\Form\View\Helper\FormLabel