jAtom10Info
extends jXMLFeedInfo
in package
Table of Contents
- $authors : array<string|int, mixed>
- author's list each author is an array('name'=>'','email'=>'','uri'=>'')
- $categories : array<string|int, mixed>
- list of category names
- $contributors : array<string|int, mixed>
- list of contributors each contributor is an array('name'=>'','email'=>'','uri'=>'')
- $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
- $generatorUrl : string
- url of the generator
- $generatorVersion : string
- version of the generator
- $icon : string
- icon url
- $id : string
- unique id of the channel
- $image : string
- url of the image channel
- $otherLinks : array<string|int, mixed>
- related links to the channel each link is an array with this keys : href rel type hreflang title length
- $selfLink : string
- channel url
- $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
- __construct() : mixed
- setFromXML() : mixed
- fill item with the given xml node
Properties
$authors
author's list each author is an array('name'=>'','email'=>'','uri'=>'')
public
array<string|int, mixed>
$authors
= array()
$categories
list of category names
public
array<string|int, mixed>
$categories
= array()
$contributors
list of contributors each contributor is an array('name'=>'','email'=>'','uri'=>'')
public
array<string|int, mixed>
$contributors
= 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'
$generatorUrl
url of the generator
public
string
$generatorUrl
Tags
$generatorVersion
version of the generator
public
string
$generatorVersion
Tags
$icon
icon url
public
string
$icon
$id
unique id of the channel
public
string
$id
$image
url of the image channel
public
string
$image
$otherLinks
related links to the channel each link is an array with this keys : href rel type hreflang title length
public
array<string|int, mixed>
$otherLinks
= array()
$selfLink
channel url
public
string
$selfLink
$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
__construct()
public
__construct() : mixed
Return values
mixed —setFromXML()
fill item with the given xml node
public
setFromXML(SimpleXMLElement $feed) : mixed
Parameters
- $feed : SimpleXMLElement