Class Web.RSS.Index
- Description
Represents the top level of an RSS index.
- Variable channels
array(Channel) Web.RSS.Index.channels
- Description
The RSS channels.
- Variable images
array(Image) Web.RSS.Index.images
- Description
The RSS images.
- Variable items
array(Item) Web.RSS.Index.items
- Description
The RSS items.
- Variable rdf
.RDF Web.RSS.Index.rdf
- Description
The underlying RDF representation of the RSS index.
- Variable textinputs
array(Textinput) Web.RSS.Index.textinputs
- Description
The RSS textinputs.
- Method create
Web.RSS.Index Web.RSS.Index(.RDF|void _rdf)