jRSS20Info
extends jXMLFeedInfo
in package
Table of Contents
- $categories : array<string|int, mixed>
- list of category names
- $cloud : string
- not implemented
- $copyright : string
- copyright
- $description : string
- description of the channel. could be pure text or html
- $descriptionType : string
- says the type of description : text or html (or xhtml for atom) Values : 'text','html','xhtml'
- $docs : string
- specification url example : http://blogs.law.harvard.edu/tech/rss
- $generator : string
- the name of the generator
- $image : string
- url of the image channel
- $imageDescription : string
- Description of the image (= title attribute for the img tag)
- $imageHeight : string
- height of the image
- $imageLink : string
- web site url corresponding to the image
- $imageTitle : string
- image title
- $imageWidth : string
- width of the image
- $language : string
- lang of the channel
- $managingEditor : string
- email of the content manager
- $published : string
- publication date format: yyyy-mm-dd hh:mm:ss
- $rating : string
- Pics rate for this channel
- $skipDays : array<string|int, mixed>
- list of day that agregator should ignore ex ('monday', 'tuesday')
- $skipHours : array<string|int, mixed>
- list of hours that agregator should ignore ex (10, 21)
- $textInput : array<string|int, mixed>
- field form for the channel it is an array('title'=>'','description'=>'','name'=>'','link'=>'')
- $title : string
- title of the channel (only text, no html)
- $ttl : string
- time to live of the cache, in minutes
- $updated : string
- date of the last update of the channel format : yyyy-mm-dd hh:mm:ss
- $webMaster : string
- email of technical responsible
- $webSiteUrl : string
- url of the web site
- $_mandatory : mixed
- __construct() : mixed
- setFromXML() : mixed
- fill item with the given xml node
Properties
$categories
list of category names
public
array<string|int, mixed>
$categories
= array()
$cloud
not implemented
public
string
$cloud
$copyright
copyright
public
string
$copyright
$description
description of the channel. could be pure text or html
public
string
$description
$descriptionType
says the type of description : text or html (or xhtml for atom) Values : 'text','html','xhtml'
public
string
$descriptionType
= 'text'
$docs
specification url example : http://blogs.law.harvard.edu/tech/rss
public
string
$docs
= ''
$generator
the name of the generator
public
string
$generator
= 'Jelix php framework http://jelix.org'
$image
url of the image channel
public
string
$image
$imageDescription
Description of the image (= title attribute for the img tag)
public
string
$imageDescription
$imageHeight
height of the image
public
string
$imageHeight
$imageLink
web site url corresponding to the image
public
string
$imageLink
$imageTitle
image title
public
string
$imageTitle
$imageWidth
width of the image
public
string
$imageWidth
$language
lang of the channel
public
string
$language
$managingEditor
email of the content manager
public
string
$managingEditor
$published
publication date format: yyyy-mm-dd hh:mm:ss
public
string
$published
$rating
Pics rate for this channel
public
string
$rating
$skipDays
list of day that agregator should ignore ex ('monday', 'tuesday')
public
array<string|int, mixed>
$skipDays
$skipHours
list of hours that agregator should ignore ex (10, 21)
public
array<string|int, mixed>
$skipHours
$textInput
field form for the channel it is an array('title'=>'','description'=>'','name'=>'','link'=>'')
public
array<string|int, mixed>
$textInput
$title
title of the channel (only text, no html)
public
string
$title
$ttl
time to live of the cache, in minutes
public
string
$ttl
$updated
date of the last update of the channel format : yyyy-mm-dd hh:mm:ss
public
string
$updated
$webMaster
email of technical responsible
public
string
$webMaster
$webSiteUrl
url of the web site
public
string
$webSiteUrl
$_mandatory
protected
mixed
$_mandatory
= array()
Methods
__construct()
public
__construct() : mixed
Return values
mixed —setFromXML()
fill item with the given xml node
public
setFromXML(SimpleXMLElement $channel) : mixed
Parameters
- $channel : SimpleXMLElement