ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | get (string $a_type, string $a_href="") |
Get icon html. More... | |
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" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 22 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 39 of file class.ilRSSButtonGUI.php.
References $tpl.
Referenced by ilObjBlogGUI\renderNavigation().
const ilRSSButtonGUI::ICON_ICAL = "ical" |
Definition at line 27 of file class.ilRSSButtonGUI.php.
const ilRSSButtonGUI::ICON_ITUNES = "itunes" |
Definition at line 28 of file class.ilRSSButtonGUI.php.
const ilRSSButtonGUI::ICON_ITUNES_AUDIO = "itunes audio" |
Definition at line 29 of file class.ilRSSButtonGUI.php.
const ilRSSButtonGUI::ICON_ITUNES_VIDEO = "itunes video" |
Definition at line 30 of file class.ilRSSButtonGUI.php.
const ilRSSButtonGUI::ICON_RSS = "rss" |
Definition at line 24 of file class.ilRSSButtonGUI.php.
Referenced by ilObjBlogGUI\renderNavigation().
const ilRSSButtonGUI::ICON_RSS_AUDIO = "rss audio" |
Definition at line 25 of file class.ilRSSButtonGUI.php.
const ilRSSButtonGUI::ICON_RSS_VIDEO = "rss video" |
Definition at line 26 of file class.ilRSSButtonGUI.php.