Class jAtom10Item

Description
  • author: Yannick Le Guédart
  • copyright: 2006 Yannick Le Guédart
  • copyright: 2006-2009 Laurent Jouanneau

Located in /utils/jAtom10Item.class.php (line 19)

jXMLFeedItem
   |
   --jAtom10Item
Variable Summary
string $authorUri
string $contributors
string $copyright
array $otherLinks
xml $source
string $summary
string $summaryType
string $updated
Method Summary
void setFromXML ( $item)
Variables
string $authorUri (line 24)

the url of the main author

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

list of contributors

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

  • access: public
string $copyright (line 63)

Copyright

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

list of other authors

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

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

related links to the item

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

  • access: public
xml $source (line 58)

atom content of the source of the item

  • access: public
string $summary (line 47)

summary of the content

  • access: public
string $summaryType (line 53)

type of the summary

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

  • access: public
string $updated (line 69)

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
Methods
setFromXML (line 74)

fill item with the given xml node

  • access: public
void setFromXML ( $item)
  • SimpleXMLElement $item

Redefinition of:
jXMLFeedItem::setFromXML()
fill item with the given xml node

Inherited Methods

Inherited From jXMLFeedItem

jXMLFeedItem::setFromXML()

Documentation generated on Wed, 04 Jan 2017 22:52:09 +0100 by phpDocumentor 1.4.3