Class jXMLFeedItem

Description

content of an item in a syndication channel

  • abstract:
  • since: 1.0b1

Located in /core/response/jResponseXmlFeed.class.php (line 192)


	
			
Direct descendents
Class Description
jRSSItem content of an item in a syndication channel
jAtom10Item content of an item in a syndication channel
Variable Summary
string $authorEmail
string $authorName
array $categories
string $content
string $contentType
string $id
string $link
string $published
string $title
string $_mandatory
Variables
string $authorEmail (line 223)

author email

  • access: public
string $authorName (line 218)

author name

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

list of category names

  • access: public
string $content (line 233)

content of the item. could be pure text or html

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

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

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

  • access: public
string $id (line 197)

identifiant of the item (its url for example)

  • access: public
string $link (line 207)

url of the item

  • access: public
string $published (line 213)

publication date of the item

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

  • access: public
string $title (line 202)

title

  • access: public
string $_mandatory = array () (line 244)
  • access: protected

Documentation generated on Wed, 24 Sep 2014 22:01:47 +0200 by phpDocumentor 1.4.3