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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$fieldsetFormat string
$legendFormat string
$validTagAttributes array Attributes valid for the tag represented by this helper

공개 메소드들

메소드 설명
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

메소드 상세

render() 공개 메소드

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

renderTemplate() 공개 메소드

Only render a template
public renderTemplate ( Zend\Form\Element\Collection $collection ) : string
$collection Zend\Form\Element\Collection
리턴 string

프로퍼티 상세

$fieldsetFormat 보호되어 있는 정적으로 프로퍼티

protected static string $fieldsetFormat
리턴 string

$legendFormat 보호되어 있는 정적으로 프로퍼티

protected static string $legendFormat
리턴 string

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

Attributes valid for the tag represented by this helper
protected array $validTagAttributes
리턴 array