API15:JButton/fetchIconClass/ja
出典: Joomla! ドキュメンテーション
目次 |
Description
Method to get the CSS class name for an icon identifier
Syntax
fetchIconClass($identifier)
| Parameter Name | Default Value | Description |
|---|---|---|
| $identifier | $identifier Icon identification string |
Returns
string CSS class name
Defined in
libraries/joomla/html/toolbar/button.php
Importing
jimport( 'joomla.html.toolbar.button' );
Source Body
function fetchIconClass($identifier) { return "icon-32-$identifier"; }
Examples
<CodeExamplesForm />
