|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Wraps $item arrays from magpie. More...
Collaboration diagram for ilExternalFeedItem:Public Member Functions | |
| __construct () | |
| setMagpieItem ($a_item) | |
| Set Magpie Item and read it into internal variables. More... | |
| secureString ($a_str) | |
| getMagpieItem () | |
| Get Magpie Item. More... | |
| setTitle ($a_title) | |
| Set Title. More... | |
| getTitle () | |
| Get Title. More... | |
| setLink ($a_link) | |
| Set Link. More... | |
| getLink () | |
| Get Link. More... | |
| setSummary ($a_summary) | |
| Set Summary. More... | |
| getSummary () | |
| Get Summary. More... | |
| setDate ($a_date) | |
| Set Date. More... | |
| getDate () | |
| Get Date. More... | |
| setId ($a_id) | |
| Set Id. More... | |
| getId () | |
| Get Id. More... | |
| setAuthor ($a_author) | |
| Set Author. More... | |
| getAuthor () | |
| Get Author. More... | |
Wraps $item arrays from magpie.
Definition at line 12 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::__construct | ( | ) |
Definition at line 14 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getAuthor | ( | ) |
Get Author.
Definition at line 225 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getDate | ( | ) |
Get Date.
Definition at line 185 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getId | ( | ) |
Get Id.
Definition at line 205 of file class.ilExternalFeedItem.php.
References $id.
| ilExternalFeedItem::getLink | ( | ) |
Get Link.
Definition at line 145 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getMagpieItem | ( | ) |
Get Magpie Item.
Definition at line 105 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getSummary | ( | ) |
Get Summary.
Definition at line 165 of file class.ilExternalFeedItem.php.
References $summary.
Referenced by setMagpieItem().
Here is the caller graph for this function:| ilExternalFeedItem::getTitle | ( | ) |
Get Title.
Definition at line 125 of file class.ilExternalFeedItem.php.
References $title.
Referenced by setMagpieItem().
Here is the caller graph for this function:| ilExternalFeedItem::secureString | ( | $a_str | ) |
Definition at line 81 of file class.ilExternalFeedItem.php.
References ilUtil\secureString(), and ilUtil\secureUrl().
Referenced by setMagpieItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExternalFeedItem::setAuthor | ( | $a_author | ) |
Set Author.
| string | $a_author | Author |
Definition at line 215 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
Here is the caller graph for this function:| ilExternalFeedItem::setDate | ( | $a_date | ) |
Set Date.
| string | $a_date | Date |
Definition at line 175 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
Here is the caller graph for this function:| ilExternalFeedItem::setId | ( | $a_id | ) |
Set Id.
| string | $a_id | Id |
Definition at line 195 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
Here is the caller graph for this function:| ilExternalFeedItem::setLink | ( | $a_link | ) |
Set Link.
| string | $a_link | Link |
Definition at line 135 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
Here is the caller graph for this function:| ilExternalFeedItem::setMagpieItem | ( | $a_item | ) |
Set Magpie Item and read it into internal variables.
Definition at line 21 of file class.ilExternalFeedItem.php.
References getSummary(), getTitle(), ilUtil\secureLink(), secureString(), ilUtil\secureUrl(), setAuthor(), setDate(), setId(), setLink(), setSummary(), and setTitle().
Here is the call graph for this function:| ilExternalFeedItem::setSummary | ( | $a_summary | ) |
Set Summary.
| string | $a_summary | Summary |
Definition at line 155 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
Here is the caller graph for this function:| ilExternalFeedItem::setTitle | ( | $a_title | ) |
Set Title.
| string | $a_title | Title |
Definition at line 115 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
Here is the caller graph for this function: