Skip to content

Instantly share code, notes, and snippets.

@NeoBlack
Last active August 29, 2015 14:27
Show Gist options
  • Save NeoBlack/d04981a7189b8170d9cd to your computer and use it in GitHub Desktop.
Save NeoBlack/d04981a7189b8170d9cd to your computer and use it in GitHub Desktop.
IconUtility
// @deprecated
IconUtility::getIcon()
//
// PUBLIC METHODS
//
// @access public: used 4 times in the core
IconUtility::skinImg()
// @access public: used 316 times in the core
IconUtility::getSpriteIcon() (replace with IconFactory->getIcon())
// @access public: used 0 times in the core (was used 2 times)
IconUtility::getSpriteIconForFile() (refactored in IconFactory)
// @access public: used 0 times in the core (was used 83 times)
IconUtility::getSpriteIconForRecord() (refactored in IconFactory)
// @access public: used 0 times in the core (was used 29 times)
IconUtility::getSpriteIconForResource() (refactored in IconFactory)
// @access public: used 29 times in the core
IconUtility::getSpriteIconClasses() (remove?)
// @access public: used 3 times, but only in this class
IconUtility::buildSpriteHtmlIconTag()
//
// PRIVATE METHODS
//
// @access private: used 2 times, but only in this class
IconUtility::makeIcon()
// @access private: used 3 times, but only in this class
IconUtility::imagecopyresized()
// @access private: used 9 times, but only in this class
IconUtility::imagecreatefrom()
// @access private: used 1 times, but only in this class
IconUtility::imagemake()
// @access private: used 2 times in the core
IconUtility::mapFileExtensionToSpriteIconClass()
// @access private: used 3 times in the core
IconUtility::mapFileExtensionToSpriteIconName()
// @access private: used 7 times in the core
IconUtility::mapRecordTypeToSpriteIconClass()
// @access private: used 6 times in the core
IconUtility::mapRecordTypeToSpriteIconName()
// @access private: used 3 times in the core
IconUtility::mapRecordOverlayToSpriteIconName()
// 3 signals in this class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment