PHP Class TwbBundle\View\Helper\TwbBundleGlyphicon

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

Méthodes publiques

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

Method Details

__invoke() public méthode

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

render() public méthode

Retrieve glyphicon markup
public render ( string $sGlyphicon, array $aGlyphiconAttributes = null ) : string
$sGlyphicon string
$aGlyphiconAttributes array : [optionnal]
Résultat string