![]() |
TYPO3
7.6
|
Public Member Functions | |
generate () | |
getAvailableIconNames () | |
Interface all handlers in SpriteManager have to implement.
Definition at line 20 of file SpriteIconGeneratorInterface.php.
generate | ( | ) |
the implementation of this function has to do the main task this function will be called if the extension list changed or registered icons in TBE_STYLES[spritemanager] changed
Implemented in AbstractSpriteHandler, SimpleSpriteHandler, and SpriteBuildingHandler.
getAvailableIconNames | ( | ) |
The sprite manager will call this function after the call to "generate" it should return an array of all sprite-icon-names generated through the run
Implemented in AbstractSpriteHandler.