This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
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 A FeedItem represents an item in a News Feed.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 23 of file class.ilFeedItem.php.
◆ getAbout()
◆ getDate()
◆ getDescription()
ilFeedItem::getDescription |
( |
| ) |
|
◆ getEnclosureLength()
ilFeedItem::getEnclosureLength |
( |
| ) |
|
◆ getEnclosureType()
ilFeedItem::getEnclosureType |
( |
| ) |
|
◆ getEnclosureUrl()
ilFeedItem::getEnclosureUrl |
( |
| ) |
|
◆ getLink()
◆ getTitle()
◆ setAbout()
ilFeedItem::setAbout |
( |
string |
$a_About | ) |
|
◆ setDate()
ilFeedItem::setDate |
( |
string |
$a_date | ) |
|
- Parameters
-
string | $a_date | Date (yyyy-mm-dd hh:mm:ss) |
Definition at line 107 of file class.ilFeedItem.php.
109 $this->date = $a_date;
◆ setDescription()
ilFeedItem::setDescription |
( |
string |
$a_Description | ) |
|
◆ setEnclosureLength()
ilFeedItem::setEnclosureLength |
( |
int |
$a_enclosurelength | ) |
|
◆ setEnclosureType()
ilFeedItem::setEnclosureType |
( |
string |
$a_enclosuretype | ) |
|
◆ setEnclosureUrl()
ilFeedItem::setEnclosureUrl |
( |
string |
$a_enclosureurl | ) |
|
◆ setLink()
ilFeedItem::setLink |
( |
string |
$a_Link | ) |
|
◆ setTitle()
ilFeedItem::setTitle |
( |
string |
$a_Title | ) |
|
◆ $about
string ilFeedItem::$about = "" |
|
private |
◆ $date
string ilFeedItem::$date = "" |
|
private |
◆ $description
string ilFeedItem::$description = "" |
|
private |
◆ $enclosurelength
int ilFeedItem::$enclosurelength = 0 |
|
private |
◆ $enclosuretype
string ilFeedItem::$enclosuretype = "" |
|
private |
◆ $enclosureurl
string ilFeedItem::$enclosureurl = "" |
|
private |
◆ $link
string ilFeedItem::$link = "" |
|
private |
◆ $title
string ilFeedItem::$title = "" |
|
private |
The documentation for this class was generated from the following file: