PHP 클래스 TwbBundle\View\Helper\TwbBundleGlyphicon

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

공개 메소드들

메소드 설명
__invoke ( string $sGlyphicon = null, array $aGlyphiconAttributes = null ) : string | TwbBundleGlyphicon Invoke helper as functor, proxies to {@link render()}.
render ( string $sGlyphicon, array $aGlyphiconAttributes = null ) : string Retrieve glyphicon markup

메소드 상세

__invoke() 공개 메소드

Invoke helper as functor, proxies to {@link render()}.
public __invoke ( string $sGlyphicon = null, array $aGlyphiconAttributes = null ) : string | TwbBundleGlyphicon
$sGlyphicon string
$aGlyphiconAttributes array : [optionnal]
리턴 string | TwbBundleGlyphicon

render() 공개 메소드

Retrieve glyphicon markup
public render ( string $sGlyphicon, array $aGlyphiconAttributes = null ) : string
$sGlyphicon string
$aGlyphiconAttributes array : [optionnal]
리턴 string