Last active
August 29, 2015 14:27
-
-
Save NeoBlack/d04981a7189b8170d9cd to your computer and use it in GitHub Desktop.
IconUtility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @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