PHP Class TwbBundle\View\Helper\TwbBundleGlyphicon

Inheritance: extends Zend\Form\View\Helper\AbstractHelper
ファイルを表示 Open project: neilime/zf2-twb-bundle

Public Methods

Method 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 method

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

render() public method

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