|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilFeedItem:Public Member Functions | |
| setAbout (string $a_About) | |
| getAbout () | |
| setTitle (string $a_Title) | |
| getTitle () | |
| setLink (string $a_Link) | |
| getLink () | |
| setDescription (string $a_Description) | |
| getDescription () | |
| setEnclosureUrl (string $a_enclosureurl) | |
| getEnclosureUrl () | |
| setEnclosureType (string $a_enclosuretype) | |
| getEnclosureType () | |
| setEnclosureLength (int $a_enclosurelength) | |
| getEnclosureLength () | |
| setDate (string $a_date) | |
| getDate () | |
Private Attributes | |
| string | $about = "" |
| string | $title = "" |
| string | $link = "" |
| string | $description = "" |
| string | $enclosureurl = "" |
| string | $enclosuretype = "" |
| int | $enclosurelength = 0 |
| string | $date = "" |
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.
Definition at line 23 of file class.ilFeedItem.php.
| ilFeedItem::getAbout | ( | ) |
| ilFeedItem::getDate | ( | ) |
| ilFeedItem::getDescription | ( | ) |
| ilFeedItem::getEnclosureLength | ( | ) |
| ilFeedItem::getEnclosureType | ( | ) |
| ilFeedItem::getEnclosureUrl | ( | ) |
| ilFeedItem::getLink | ( | ) |
| ilFeedItem::getTitle | ( | ) |
| ilFeedItem::setAbout | ( | string | $a_About | ) |
Definition at line 34 of file class.ilFeedItem.php.
| ilFeedItem::setDate | ( | string | $a_date | ) |
| string | $a_date | Date (yyyy-mm-dd hh:mm:ss) |
Definition at line 107 of file class.ilFeedItem.php.
| ilFeedItem::setDescription | ( | string | $a_Description | ) |
Definition at line 64 of file class.ilFeedItem.php.
| ilFeedItem::setEnclosureLength | ( | int | $a_enclosurelength | ) |
Definition at line 94 of file class.ilFeedItem.php.
| ilFeedItem::setEnclosureType | ( | string | $a_enclosuretype | ) |
Definition at line 84 of file class.ilFeedItem.php.
| ilFeedItem::setEnclosureUrl | ( | string | $a_enclosureurl | ) |
Definition at line 74 of file class.ilFeedItem.php.
| ilFeedItem::setLink | ( | string | $a_Link | ) |
Definition at line 54 of file class.ilFeedItem.php.
References ILIAS\Repository\link().
Here is the call graph for this function:| ilFeedItem::setTitle | ( | string | $a_Title | ) |
Definition at line 44 of file class.ilFeedItem.php.
|
private |
Definition at line 25 of file class.ilFeedItem.php.
Referenced by getAbout().
|
private |
Definition at line 32 of file class.ilFeedItem.php.
Referenced by getDate().
|
private |
Definition at line 28 of file class.ilFeedItem.php.
Referenced by getDescription().
|
private |
Definition at line 31 of file class.ilFeedItem.php.
Referenced by getEnclosureLength().
|
private |
Definition at line 30 of file class.ilFeedItem.php.
Referenced by getEnclosureType().
|
private |
Definition at line 29 of file class.ilFeedItem.php.
Referenced by getEnclosureUrl().
|
private |
Definition at line 27 of file class.ilFeedItem.php.
Referenced by getLink().
|
private |
Definition at line 26 of file class.ilFeedItem.php.
Referenced by getTitle().