Class jAtom10Item

Description

content of an item in a syndication channel

  • since: 1.0b1

Located in /core/response/jResponseAtom10.class.php (line 197)

jXMLFeedItem
   |
   --jAtom10Item
Variable Summary
string $authorUri
string $contributors
string $copyright
array $otherLinks
xml $source
string $summary
string $summaryType
string $updated
Variables
string $authorUri (line 202)

the url of the main author

  • access: public
string $contributors = array() (line 214)

list of contributors

each contributor is an array('name'=>'','email'=>'','uri'=>'')

  • access: public
string $copyright (line 241)

Copyright

  • access: public
array $otherAuthors = array() (line 208)

list of other authors

each author is an array('name'=>'','email'=>'','uri'=>'')

  • access: public
array $otherLinks = array() (line 220)

related links to the item

each link is an array with this keys : href rel type hreflang title length

  • access: public
xml $source (line 236)

atom content of the source of the item

  • access: public
string $summary (line 225)

summary of the content

  • access: public
string $summaryType (line 231)

type of the summary

possible values are 'text', 'html', 'xhtml'

  • access: public
string $updated (line 247)

date of the last update of the item

date format is yyyy-mm-dd hh:mm:ss

  • access: public

Inherited Variables

Inherited from jXMLFeedItem

jXMLFeedItem::$authorEmail
jXMLFeedItem::$authorName
jXMLFeedItem::$categories
jXMLFeedItem::$content
jXMLFeedItem::$contentType
jXMLFeedItem::$id
jXMLFeedItem::$link
jXMLFeedItem::$published
jXMLFeedItem::$title
jXMLFeedItem::$_mandatory

Documentation generated on Thu, 22 Mar 2012 22:16:34 +0100 by phpDocumentor 1.4.3