Jelix 1.6.40

jXMLFeedInfo
in package

Tags
subpackage

feeds

author

Yannick Le Guédart

contributor

Laurent Jouanneau

copyright

2006 Yannick Le Guédart

copyright

2006-2009 Laurent Jouanneau

link
http://www.jelix.org
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

Table of Contents

$categories  : array<string|int, mixed>
list of category names
$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'
$generator  : string
the name of the generator
$image  : string
url of the image channel
$title  : string
title of the channel (only text, no html)
$updated  : string
date of the last update of the channel format : yyyy-mm-dd hh:mm:ss
$webSiteUrl  : string
url of the web site
$_mandatory  : mixed
setFromXML()  : mixed
fill info 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'

$generator

the name of the generator

public string $generator = 'Jelix php framework http://jelix.org'

$updated

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

public string $updated

Methods

setFromXML()

fill info with the given xml node

public abstract setFromXML(SimpleXMLElement $xml_element) : mixed
Parameters
$xml_element : SimpleXMLElement
Return values
mixed

Search results