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.
107 : void
108 {
109 $this->date = $a_date;
110 }
◆ setDescription()
| ilFeedItem::setDescription |
( |
string |
$a_Description | ) |
|
Definition at line 64 of file class.ilFeedItem.php.
64 : void
65 {
66 $this->description = $a_Description;
67 }
◆ setEnclosureLength()
| ilFeedItem::setEnclosureLength |
( |
int |
$a_enclosurelength | ) |
|
Definition at line 94 of file class.ilFeedItem.php.
94 : void
95 {
96 $this->enclosurelength = $a_enclosurelength;
97 }
◆ setEnclosureType()
| ilFeedItem::setEnclosureType |
( |
string |
$a_enclosuretype | ) |
|
Definition at line 84 of file class.ilFeedItem.php.
84 : void
85 {
86 $this->enclosuretype = $a_enclosuretype;
87 }
◆ setEnclosureUrl()
| ilFeedItem::setEnclosureUrl |
( |
string |
$a_enclosureurl | ) |
|
Definition at line 74 of file class.ilFeedItem.php.
74 : void
75 {
76 $this->enclosureurl = $a_enclosureurl;
77 }
◆ 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: