ILIAS
Release_5_0_x_branch Revision 61816
|
Static Public Member Functions | |
static | get ($a_type, $a_href="") |
Get icon html. |
Data Fields | |
const | ICON_RSS = "rss" |
const | ICON_RSS_AUDIO = "rss audio" |
const | ICON_RSS_VIDEO = "rss video" |
const | ICON_ICAL = "ical" |
const | ICON_ITUNES = "itunes" |
const | ICON_ITUNES_AUDIO = "itunes audio" |
const | ICON_ITUNES_VIDEO = "itunes video" |
Definition at line 12 of file class.ilRSSButtonGUI.php.
|
static |
Get icon html.
string | $a_type | icons type ICON_RSS | ICON_ICAL |
string | $a_href | href |
Definition at line 29 of file class.ilRSSButtonGUI.php.
References $tpl.
Referenced by ilCalendarCategoryGUI\details(), ilCalendarCategoryTableGUI\fillRow(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), ilCalendarBlockGUI\getHTML(), and ilObjBlogGUI\renderNavigation().
const ilRSSButtonGUI::ICON_ICAL = "ical" |
Definition at line 17 of file class.ilRSSButtonGUI.php.
Referenced by ilCalendarCategoryGUI\details(), ilCalendarCategoryTableGUI\fillRow(), and ilCalendarBlockGUI\getHTML().
const ilRSSButtonGUI::ICON_ITUNES = "itunes" |
Definition at line 18 of file class.ilRSSButtonGUI.php.
Referenced by ilObjMediaCastGUI\getFeedIconsHTML().
const ilRSSButtonGUI::ICON_ITUNES_AUDIO = "itunes audio" |
Definition at line 19 of file class.ilRSSButtonGUI.php.
Referenced by ilObjMediaCastGUI\getFeedIconsHTML().
const ilRSSButtonGUI::ICON_ITUNES_VIDEO = "itunes video" |
Definition at line 20 of file class.ilRSSButtonGUI.php.
Referenced by ilObjMediaCastGUI\getFeedIconsHTML().
const ilRSSButtonGUI::ICON_RSS = "rss" |
Definition at line 14 of file class.ilRSSButtonGUI.php.
Referenced by ilObjMediaCastGUI\getFeedIconsHTML(), ilPDNewsBlockGUI\getHTML(), ilNewsForContextBlockGUI\getHTML(), and ilObjBlogGUI\renderNavigation().
const ilRSSButtonGUI::ICON_RSS_AUDIO = "rss audio" |
Definition at line 15 of file class.ilRSSButtonGUI.php.
Referenced by ilObjMediaCastGUI\getFeedIconsHTML().
const ilRSSButtonGUI::ICON_RSS_VIDEO = "rss video" |
Definition at line 16 of file class.ilRSSButtonGUI.php.
Referenced by ilObjMediaCastGUI\getFeedIconsHTML().