Class jRSS20Info

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

Located in /utils/jRSS20Info.class.php (line 21)

jXMLFeedInfo
   |
   --jRSS20Info
Variable Summary
string $cloud
string $docs
string $imageHeight
string $imageLink
string $imageTitle
string $imageWidth
string $language
string $published
string $rating
array $skipDays
array $skipHours
array $textInput
string $ttl
string $webMaster
Method Summary
jRSS20Info __construct ()
void setFromXML ( $channel)
Variables
string $cloud (line 53)

not implemented

  • access: public
string $docs = '' (line 48)

specification url

example : http://blogs.law.harvard.edu/tech/rss

  • access: public
string $imageDescription (line 85)

Description of the image (= title attribute for the img tag)

  • access: public
string $imageHeight (line 80)

height of the image

  • access: public
string $imageLink (line 70)

web site url corresponding to the image

  • access: public
string $imageTitle (line 65)

image title

  • access: public
string $imageWidth (line 75)

width of the image

  • access: public
string $language (line 26)

lang of the channel

  • access: public
string $managingEditor (line 31)

email of the content manager

  • access: public
string $published (line 42)

publication date

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

  • access: public
string $rating (line 91)

Pics rate for this channel

  • access: public
array $skipDays (line 109)

list of day that agregator should ignore

ex ('monday', 'tuesday')

  • access: public
array $skipHours (line 103)

list of hours that agregator should ignore

ex (10, 21)

  • access: public
array $textInput (line 97)

field form for the channel

it is an array('title'=>'','description'=>'','name'=>'','link'=>'')

  • access: public
string $ttl (line 60)

time to live of the cache, in minutes

  • access: public
string $webMaster (line 36)

email of technical responsible

  • access: public

Inherited Variables

Inherited from jXMLFeedInfo

jXMLFeedInfo::$categories
jXMLFeedInfo::$copyright
jXMLFeedInfo::$description
jXMLFeedInfo::$descriptionType
jXMLFeedInfo::$generator
jXMLFeedInfo::$image
jXMLFeedInfo::$title
jXMLFeedInfo::$updated
jXMLFeedInfo::$webSiteUrl
jXMLFeedInfo::$_mandatory
Methods
Constructor __construct (line 111)
jRSS20Info __construct ()
setFromXML (line 119)

fill item with the given xml node

  • access: public
void setFromXML ( $channel)
  • SimpleXMLElement $channel: node representing the channel

Redefinition of:
jXMLFeedInfo::setFromXML()
fill info with the given xml node

Inherited Methods

Inherited From jXMLFeedInfo

jXMLFeedInfo::setFromXML()

Documentation generated on Wed, 04 Jan 2017 22:56:33 +0100 by phpDocumentor 1.4.3