Class jAtom10Item

Description

content of an item in a syndication channel

  • since: 1.0b1

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

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

the url of the main author

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

list of contributors

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

  • access: public
string $copyright (line 243)

Copyright

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

list of other authors

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

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

related links to the item

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

  • access: public
xml $source (line 238)

atom content of the source of the item

  • access: public
string $summary (line 227)

summary of the content

  • access: public
string $summaryType (line 233)

type of the summary

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

  • access: public
string $updated (line 249)

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, 19 Sep 2013 00:06:31 +0200 by phpDocumentor 1.4.3