| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Wraps $item arrays from magpie. More...
 Collaboration diagram for ilExternalFeedItem:
 Collaboration diagram for ilExternalFeedItem:| Public Member Functions | |
| __construct () | |
| setMagpieItem ($a_item) | |
| Set Magpie Item and read it into internal variables. | |
| secureString ($a_str) | |
| getMagpieItem () | |
| Get Magpie Item. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setLink ($a_link) | |
| Set Link. | |
| getLink () | |
| Get Link. | |
| setSummary ($a_summary) | |
| Set Summary. | |
| getSummary () | |
| Get Summary. | |
| setDate ($a_date) | |
| Set Date. | |
| getDate () | |
| Get Date. | |
| setId ($a_id) | |
| Set Id. | |
| getId () | |
| Get Id. | |
| setAuthor ($a_author) | |
| Set Author. | |
| getAuthor () | |
| Get Author. | |
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 227 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getDate | ( | ) | 
Get Date.
Definition at line 187 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getId | ( | ) | 
Get Id.
Definition at line 207 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getLink | ( | ) | 
Get Link.
Definition at line 147 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getMagpieItem | ( | ) | 
Get Magpie Item.
Definition at line 107 of file class.ilExternalFeedItem.php.
| ilExternalFeedItem::getSummary | ( | ) | 
Get Summary.
Definition at line 167 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilExternalFeedItem::getTitle | ( | ) | 
Get Title.
Definition at line 127 of file class.ilExternalFeedItem.php.
References $title.
Referenced by setMagpieItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilExternalFeedItem::secureString | ( | $a_str | ) | 
Definition at line 87 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
 Here is the caller 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 217 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilExternalFeedItem::setDate | ( | $a_date | ) | 
Set Date.
| string | $a_date | Date | 
Definition at line 177 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilExternalFeedItem::setId | ( | $a_id | ) | 
Set Id.
| string | $a_id | Id | 
Definition at line 197 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilExternalFeedItem::setLink | ( | $a_link | ) | 
Set Link.
| string | $a_link | Link | 
Definition at line 137 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
 Here is the caller graph for this function:
 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(), setAuthor(), setDate(), setId(), setLink(), setSummary(), and setTitle().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilExternalFeedItem::setSummary | ( | $a_summary | ) | 
Set Summary.
| string | $a_summary | Summary | 
Definition at line 157 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilExternalFeedItem::setTitle | ( | $a_title | ) | 
Set Title.
| string | $a_title | Title | 
Definition at line 117 of file class.ilExternalFeedItem.php.
Referenced by setMagpieItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function: