Public Member Functions | |
| Diogenes_Icons ($theme= 'gartoon') | |
| get_icon_themes () | |
| get_icon ($category, $name) | |
| get_action_icon ($action) | |
| get_action_icons ($actions) | |
| get_mime_icon ($filename) | |
Definition at line 24 of file Icons.php.
| Diogenes_Icons::Diogenes_Icons | ( | $ | theme = 'gartoon' |
) |
| Diogenes_Icons::get_icon_themes | ( | ) |
Return the available icon themes.
Definition at line 36 of file Icons.php.
Referenced by get_icon().
| Diogenes_Icons::get_icon | ( | $ | category, | |
| $ | name | |||
| ) |
Return the icon associated with an action.
| $category | the icon category | |
| $name | the icon name |
Definition at line 93 of file Icons.php.
References get_icon_themes().
Referenced by get_action_icon().
Here is the call graph for this function:
| Diogenes_Icons::get_action_icon | ( | $ | action | ) |
Return the icon associated with an action.
| $action | the action we are describing |
Definition at line 111 of file Icons.php.
References get_icon().
Referenced by get_action_icons().
Here is the call graph for this function:
| Diogenes_Icons::get_action_icons | ( | $ | actions | ) |
Return the icons associated with an array of actions
| $actions | the actions we are describing |
Definition at line 121 of file Icons.php.
References get_action_icon().
Here is the call graph for this function:
| Diogenes_Icons::get_mime_icon | ( | $ | filename | ) |
1.5.1