Public Member Functions | |
FeedNode ($title, $author, $date, $lang, $content, $url) | |
Public Attributes | |
$title | |
title of this feed element | |
$author | |
author of this feed element | |
$date | |
date of this feed element | |
$lang | |
lang of this feed element | |
$content | |
content of this feed element Array 'content' is payload, 'type' is format of payload i.e. 'html' or 'text' | |
$url | |
url where we can find this full feed |
FeedNode::$author |
author of this feed element
FeedNode::$content |
content of this feed element Array 'content' is payload, 'type' is format of payload i.e. 'html' or 'text'
FeedNode::$date |
date of this feed element
FeedNode::$lang |
lang of this feed element
FeedNode::$title |
title of this feed element
FeedNode::$url |
url where we can find this full feed