PHP Class TwbBundle\View\Helper\TwbBundleFontAwesome

Inheritance: extends Zend\Form\View\Helper\AbstractHelper
Afficher le fichier Open project: neilime/zf2-twb-bundle

Méthodes publiques

Méthode Description
__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

Method Details

__invoke() public méthode

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

render() public méthode

Retrieve fontAwesome markup
public render ( string $sFontAwesome, array $aFontAwesomeAttributes = null ) : string
$sFontAwesome string
$aFontAwesomeAttributes array : [optionnal]
Résultat string