TYPO3 CMS  TYPO3_6-2
SpriteManagerIconViewHelper.php
Go to the documentation of this file.
1 <?php
3 
23 
31  public function render($iconName, $options = array()) {
32  return \TYPO3\CMS\Backend\Utility\IconUtility::getSpriteIcon($iconName, $options);
33  }
34 
35 }