PHP 클래스 TwbBundle\View\Helper\TwbBundleButtonGroup

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

보호된 프로퍼티들

프로퍼티 타입 설명
$buttonGroupContainerFormat string
$buttonGroupJustifiedFormat string
$formElementHelper TwbBundleFormElement

공개 메소드들

메소드 설명
__invoke ( array $aButtons = null, array $aButtonGroupOptions = null ) : TwbBundleButtonGroup | string
getFormElementHelper ( ) : TwbBundleFormElement
render ( array $aButtons, array $aButtonGroupOptions = null ) : string Render button groups markup

보호된 메소드들

메소드 설명
renderButtons ( array $aButtons, $bJustified = false ) : string Render buttons markup

메소드 상세

__invoke() 공개 메소드

public __invoke ( array $aButtons = null, array $aButtonGroupOptions = null ) : TwbBundleButtonGroup | string
$aButtons array
$aButtonGroupOptions array
리턴 TwbBundleButtonGroup | string

getFormElementHelper() 공개 메소드

public getFormElementHelper ( ) : TwbBundleFormElement
리턴 TwbBundleFormElement

render() 공개 메소드

Render button groups markup
public render ( array $aButtons, array $aButtonGroupOptions = null ) : string
$aButtons array
$aButtonGroupOptions array
리턴 string

renderButtons() 보호된 메소드

Render buttons markup
protected renderButtons ( array $aButtons, $bJustified = false ) : string
$aButtons array
리턴 string

프로퍼티 상세

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

protected static string $buttonGroupContainerFormat
리턴 string

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

protected static string $buttonGroupJustifiedFormat
리턴 string

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

protected TwbBundleFormElement $formElementHelper
리턴 TwbBundleFormElement