Class jXMLFeedItem

Description
  • author: Yannick Le Guédart
  • copyright: 2006-2009 Laurent Jouanneau
  • copyright: 2006 Yannick Le Guédart
  • link: http://www.jelix.org
  • abstract:
  • licence: GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
  • contributor: Laurent Jouanneau
  • filesource: Source Code for this file

Located in /utils/jXMLFeedItem.class.php (line 13)


	
			
Direct descendents
Class Description
jAtom10Item
jRSS20Item
Variable Summary
string $authorEmail
string $authorName
array $categories
string $content
string $contentType
string $id
string $link
string $published
string $title
string $_mandatory
Method Summary
void setFromXML ( $xml_element)
Variables
string $authorEmail (line 44)

author email

  • access: public
string $authorName (line 39)

author name

  • access: public
array $categories = array() (line 49)

list of category names

  • access: public
string $content (line 54)

content of the item. could be pure text or html

  • access: public
string $contentType = 'text' (line 60)

says the type of content : text or html (or xhtml for atom)

Values : 'text','html','xhtml'

  • access: public
string $id (line 18)

identifiant of the item (its url for example)

  • access: public
string $link (line 28)

url of the item

  • access: public
string $published (line 34)

publication date of the item

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

  • access: public
string $title (line 23)

title

  • access: public
string $_mandatory = array () (line 65)
  • access: protected
Methods
setFromXML (line 71)

fill item with the given xml node

  • abstract:
  • access: public
void setFromXML ( $xml_element)
  • SimpleXMLElement $xml_element

Redefined in descendants as:

Documentation generated on Wed, 04 Jan 2017 22:57:17 +0100 by phpDocumentor 1.4.3