PHP 클래스 TwbBundle\View\Helper\TwbBundleFontAwesome

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

공개 메소드들

메소드 설명
__invoke ( string $sFontAwesome = null, array $aFontAwesomeAttributes = null ) : string | TwbBundleFontAwesome Invoke helper as functor, proxies to {@link render()}.
render ( string $sFontAwesome, array $aFontAwesomeAttributes = null ) : string Retrieve fontAwesome markup

메소드 상세

__invoke() 공개 메소드

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

render() 공개 메소드

Retrieve fontAwesome markup
public render ( string $sFontAwesome, array $aFontAwesomeAttributes = null ) : string
$sFontAwesome string
$aFontAwesomeAttributes array : [optionnal]
리턴 string