Jelix 1.6.40

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()

$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'

$imageDescription

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

public string $imageDescription

web site url corresponding to the image

public string $imageLink

$managingEditor

email of the content manager

public string $managingEditor

$published

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

public string $published

$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

$updated

date of the last update of the channel format : yyyy-mm-dd hh:mm:ss

public string $updated

Methods

setFromXML()

fill item with the given xml node

public setFromXML(SimpleXMLElement $channel) : mixed
Parameters
$channel : SimpleXMLElement
Return values
mixed

Search results