jXMLFeedInfo
in package
Tags
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()
$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'
$generator
the name of the generator
public
string
$generator
= 'Jelix php framework http://jelix.org'
$image
url of the image channel
public
string
$image
$title
title of the channel (only text, no html)
public
string
$title
$updated
date of the last update of the channel format : yyyy-mm-dd hh:mm:ss
public
string
$updated
$webSiteUrl
url of the web site
public
string
$webSiteUrl
$_mandatory
protected
mixed
$_mandatory
= array()
Methods
setFromXML()
fill info with the given xml node
public
abstract setFromXML(SimpleXMLElement $xml_element) : mixed
Parameters
- $xml_element : SimpleXMLElement