Feed
[ ]
[ Specifications ]
[ ]
[ ]
[ ]
[ ]
Element index for package Feed
[
a ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
h ]
[
i ]
[
l ]
[
m ]
[
n ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
v ]
[
w ]
[
_ ]
_
- __construct : ezcFeedRss1
- in file rss1.php, method ezcFeedRss1::__construct()
Creates a new RSS1 processor.
- __construct : ezcFeedParseErrorException
- in file parse_error.php, method ezcFeedParseErrorException::__construct()
Constructs a new ezcFeedParseErrorException.
- __construct : ezcFeedOnlyOneValueAllowedException
- in file only_one_value_allowed.php, method ezcFeedOnlyOneValueAllowedException::__construct()
Constructs a new ezcFeedOnlyOneValueAllowedException.
- __construct : ezcFeedAtLeastOneItemDataRequiredException
- in file one_item_data_required.php, method ezcFeedAtLeastOneItemDataRequiredException::__construct()
Constructs a new ezcFeedAtLeastOneItemDataRequiredException.
- __construct : ezcFeedRss2
- in file rss2.php, method ezcFeedRss2::__construct()
Creates a new RSS2 processor.
- __construct : ezcFeedUndefinedModuleException
- in file undefined_module.php, method ezcFeedUndefinedModuleException::__construct()
Constructs a new ezcFeedUndefinedModuleException.
- __construct : ezcFeedUnsupportedTypeException
- in file unsupported_type.php, method ezcFeedUnsupportedTypeException::__construct()
Constructs a new ezcFeedUnsupportedTypeException.
- __construct : ezcFeedUnsupportedModuleException
- in file unsupported_module.php, method ezcFeedUnsupportedModuleException::__construct()
Constructs a new ezcFeedUnsupportedModuleException.
- __construct : ezcFeedUnsupportedElementException
- in file unsupported_element.php, method ezcFeedUnsupportedElementException::__construct()
Constructs a new ezcFeedUnsupportedElementException.
- __construct : ezcFeedAtom
- in file atom.php, method ezcFeedAtom::__construct()
Creates a new ATOM processor.
- __construct : ezcFeedModule
- in file module.php, method ezcFeedModule::__construct()
Constructs a new ezcFeedModule object.
- __construct : ezcFeed
- in file feed.php, method ezcFeed::__construct()
Creates a new feed object.
- __construct : ezcFeedDublinCoreModule
- in file dublincore_module.php, method ezcFeedDublinCoreModule::__construct()
Constructs a new ezcFeedDublinCoreModule object.
- __construct : ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, method ezcFeedCreativeCommonsModule::__construct()
Constructs a new ezcFeedCreativeCommonsModule object.
- __construct : ezcFeedContentModule
- in file content_module.php, method ezcFeedContentModule::__construct()
Constructs a new ezcFeedContentModule object.
- __construct : ezcFeedRequiredMetaDataMissingException
- in file meta_data_missing.php, method ezcFeedRequiredMetaDataMissingException::__construct()
Constructs a new ezcFeedRequiredMetaDataMissingException.
- __construct : ezcFeedGeoModule
- in file geo_module.php, method ezcFeedGeoModule::__construct()
Constructs a new ezcFeedContentModule object.
- __construct : ezcFeedITunesModule
- in file itunes_module.php, method ezcFeedITunesModule::__construct()
Constructs a new ezcFeedITunesModule object.
- __toString : ezcFeedLinkElement
- in file link.php, method ezcFeedLinkElement::__toString()
Returns the href attribute.
- __toString : ezcFeedImageElement
- in file image.php, method ezcFeedImageElement::__toString()
Returns the link attribute.
- __toString : ezcFeedPersonElement
- in file person.php, method ezcFeedPersonElement::__toString()
Returns the name attribute.
- __toString : ezcFeedSourceElement
- in file source.php, method ezcFeedSourceElement::__toString()
Returns the source attribute.
- __toString : ezcFeedTextElement
- in file text.php, method ezcFeedTextElement::__toString()
Returns the text attribute.
- __toString : ezcFeedIdElement
- in file id.php, method ezcFeedIdElement::__toString()
Returns the id attribute.
a
- $about : ezcFeedImageElement
- in file image.php, variable ezcFeedImageElement::$about
The identifier of the image.
- $about : ezcFeedTextInputElement
- in file text_input.php, variable ezcFeedTextInputElement::$about
The identifier for the text input.
- add : ezcFeedITunesModule
- in file itunes_module.php, method ezcFeedITunesModule::add()
Adds a new ezcFeedElement element with name $name to this module and returns it.
- add : ezcFeedSourceElement
- in file source.php, method ezcFeedSourceElement::add()
Adds a new element with name $name to the source element and returns it.
- add : ezcFeedGeoModule
- in file geo_module.php, method ezcFeedGeoModule::add()
Adds a new ezcFeedElement element with name $name to this module and returns it.
- add : ezcFeedModule
- in file module.php, method ezcFeedModule::add()
Adds a new ezcFeedElement element with name $name to this module and returns it.
- add : ezcFeed
- in file feed.php, method ezcFeed::add()
Adds a new ezcFeedElement element with name $name and returns it.
- add : ezcFeedContentModule
- in file content_module.php, method ezcFeedContentModule::add()
Adds a new ezcFeedElement element with name $name to this module and returns it.
- add : ezcFeedCategoryElement
- in file category.php, method ezcFeedCategoryElement::add()
Adds a new element with name $name to the feed item and returns it.
- add : ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, method ezcFeedCreativeCommonsModule::add()
Adds a new ezcFeedElement element with name $name to this module and returns it.
- add : ezcFeedDublinCoreModule
- in file dublincore_module.php, method ezcFeedDublinCoreModule::add()
Adds a new ezcFeedElement element with name $name to this module and returns it.
- add : ezcFeedEntryElement
- in file entry.php, method ezcFeedEntryElement::add()
Adds a new element with name $name to the feed item and returns it.
- addModule : ezcFeedEntryElement
- in file entry.php, method ezcFeedEntryElement::addModule()
Adds a new module to this item and returns it.
- addModule : ezcFeed
- in file feed.php, method ezcFeed::addModule()
Adds a new module to this item and returns it.
- atom.php
- procedural page atom.php
- NAMESPACE_URI : ezcFeedAtom
- in file atom.php, class constant ezcFeedAtom::NAMESPACE_URI
Defines the namespace for ATOM feeds.
- NAMESPACE_URI : ezcFeedRss1
- in file rss1.php, class constant ezcFeedRss1::NAMESPACE_URI
Defines the namespace for RSS1 (RDF) feeds.
c
- $category : ezcFeedCategoryElement
- in file category.php, variable ezcFeedCategoryElement::$category
Subcategory for the category.
- canParse : ezcFeedAtom
- in file atom.php, method ezcFeedAtom::canParse()
Returns true if the parser can parse the provided XML document object, false otherwise.
- canParse : ezcFeedParser
- in file parser.php, method ezcFeedParser::canParse()
Returns true if the parser can parse the provided XML document object, false otherwise.
- canParse : ezcFeedRss1
- in file rss1.php, method ezcFeedRss1::canParse()
Returns true if the parser can parse the provided XML document object, false otherwise.
- canParse : ezcFeedRss2
- in file rss2.php, method ezcFeedRss2::canParse()
Returns true if the parser can parse the provided XML document object, false otherwise.
- create : ezcFeedModule
- in file module.php, method ezcFeedModule::create()
Returns a new instance of the $name module with data container level $level.
- content_module.php
- procedural page content_module.php
- creativecommons_module.php
- procedural page creativecommons_module.php
- category.php
- procedural page category.php
- cloud.php
- procedural page cloud.php
- content.php
- procedural page content.php
d
- $description : ezcFeedImageElement
- in file image.php, variable ezcFeedImageElement::$description
A description for the image.
- $description : ezcFeedTextInputElement
- in file text_input.php, variable ezcFeedTextInputElement::$description
The description for the text input.
- $domain : ezcFeedCloudElement
- in file cloud.php, variable ezcFeedCloudElement::$domain
The domain of the cloud.
- dublincore_module.php
- procedural page dublincore_module.php
- date.php
- procedural page date.php
e
- $email : ezcFeedPersonElement
- in file person.php, variable ezcFeedPersonElement::$email
The email address of the person.
- ezcFeed
- in file feed.php, class ezcFeed
Class defining a feed.
- ezcFeedAtLeastOneItemDataRequiredException
- in file one_item_data_required.php, class ezcFeedAtLeastOneItemDataRequiredException
Thrown when at least one of the required attributes is missing for a feed item.
- ezcFeedAtom
- in file atom.php, class ezcFeedAtom
Class providing parsing and generating of ATOM feeds.
- ezcFeedCategoryElement
- in file category.php, class ezcFeedCategoryElement
Class defining a category.
- ezcFeedCloudElement
- in file cloud.php, class ezcFeedCloudElement
Class defining a cloud element.
- ezcFeedContentElement
- in file content.php, class ezcFeedContentElement
Class defining a complex text element.
- ezcFeedContentModule
- in file content_module.php, class ezcFeedContentModule
Support for the Content module: data container, generator, parser.
- ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, class ezcFeedCreativeCommonsModule
Support for the CreativeCommons module: data container, generator, parser.
- ezcFeedDateElement
- in file date.php, class ezcFeedDateElement
Class defining a date element.
- ezcFeedDublinCoreModule
- in file dublincore_module.php, class ezcFeedDublinCoreModule
Support for the DublinCore module: data container, generator, parser.
- ezcFeedElement
- in file element.php, class ezcFeedElement
Base container for element data.
- ezcFeedEnclosureElement
- in file enclosure.php, class ezcFeedEnclosureElement
Class defining an enclosure element.
- ezcFeedEntryElement
- in file entry.php, class ezcFeedEntryElement
Class defining a feed entry.
- ezcFeedException
- in file exception.php, class ezcFeedException
The general exception class used as base class for the Feed exception classes.
- ezcFeedGeneratorElement
- in file generator.php, class ezcFeedGeneratorElement
Class defining a generator element.
- ezcFeedGeoModule
- in file geo_module.php, class ezcFeedGeoModule
Support for the Geo module: data container, generator, parser.
- ezcFeedIdElement
- in file id.php, class ezcFeedIdElement
Class defining an identifier.
- ezcFeedImageElement
- in file image.php, class ezcFeedImageElement
Class defining an image element.
- ezcFeedITunesModule
- in file itunes_module.php, class ezcFeedITunesModule
Support for the iTunes module: data container, generator, parser.
- ezcFeedLinkElement
- in file link.php, class ezcFeedLinkElement
Class defining a link element.
- ezcFeedModule
- in file module.php, class ezcFeedModule
Container for feed module data.
- ezcFeedOnlyOneValueAllowedException
- in file only_one_value_allowed.php, class ezcFeedOnlyOneValueAllowedException
Thrown when some elements value is not a single value but an array.
- ezcFeedParseErrorException
- in file parse_error.php, class ezcFeedParseErrorException
Thrown when a feed can not be parsed at all.
- ezcFeedParser
- in file parser.php, class ezcFeedParser
Interface for feed parsers.
- ezcFeedPersonElement
- in file person.php, class ezcFeedPersonElement
Class defining a person.
- ezcFeedProcessor
- in file processor.php, class ezcFeedProcessor
Base class for all feed processors.
- ezcFeedRequiredMetaDataMissingException
- in file meta_data_missing.php, class ezcFeedRequiredMetaDataMissingException
Thrown when some data is missing for a channel.
- ezcFeedRss1
- in file rss1.php, class ezcFeedRss1
Class providing parsing and generating of RSS1 feeds.
- ezcFeedRss2
- in file rss2.php, class ezcFeedRss2
Class providing parsing and generating of RSS2 feeds.
- ezcFeedSkipDaysElement
- in file skip_days.php, class ezcFeedSkipDaysElement
Class defining a skipDays element.
- ezcFeedSkipHoursElement
- in file skip_hours.php, class ezcFeedSkipHoursElement
Class defining a skipHours element.
- ezcFeedSourceElement
- in file source.php, class ezcFeedSourceElement
Class defining a feed source element.
- ezcFeedTextElement
- in file text.php, class ezcFeedTextElement
Class defining a text element.
- ezcFeedTextInputElement
- in file text_input.php, class ezcFeedTextInputElement
Class defining a text input feed element.
- ezcFeedUndefinedModuleException
- in file undefined_module.php, class ezcFeedUndefinedModuleException
Thrown when trying to get information from a module which is not defined yet.
- ezcFeedUnsupportedElementException
- in file unsupported_element.php, class ezcFeedUnsupportedElementException
Thrown when an unsupported feed element is created.
- ezcFeedUnsupportedModuleException
- in file unsupported_module.php, class ezcFeedUnsupportedModuleException
Thrown when an unsupported module is created.
- ezcFeedUnsupportedTypeException
- in file unsupported_type.php, class ezcFeedUnsupportedTypeException
Thrown when an unsupported feed is created.
- exception.php
- procedural page exception.php
- element.php
- procedural page element.php
- enclosure.php
- procedural page enclosure.php
- entry.php
- procedural page entry.php
- FEED_TYPE : ezcFeedAtom
- in file atom.php, class constant ezcFeedAtom::FEED_TYPE
Defines the feed type of this processor.
- FEED_TYPE : ezcFeedRss2
- in file rss2.php, class constant ezcFeedRss2::FEED_TYPE
Defines the feed type of this processor.
- FEED_TYPE : ezcFeedRss1
- in file rss1.php, class constant ezcFeedRss1::FEED_TYPE
Defines the feed type of this processor.
- GENERATOR_URI : ezcFeed
- in file feed.php, class constant ezcFeed::GENERATOR_URI
The uri of the feed generator, to be included in the generated feeds.
- GENERATOR_VERSION : ezcFeed
- in file feed.php, class constant ezcFeed::GENERATOR_VERSION
The version of the feed generator, to be included in the generated feeds.
f
- feed.php
- procedural page feed.php
g
- geo_module.php
- procedural page geo_module.php
- generator.php
- procedural page generator.php
- generate : ezcFeedModule
- in file module.php, method ezcFeedModule::generate()
Adds the module elements to the $xml XML document, in the container $root.
- generate : ezcFeedAtom
- in file atom.php, method ezcFeedAtom::generate()
Returns an XML string from the feed information contained in this processor.
- generate : ezcFeedITunesModule
- in file itunes_module.php, method ezcFeedITunesModule::generate()
Adds the module elements to the $xml XML document, in the container $root.
- generate : ezcFeed
- in file feed.php, method ezcFeed::generate()
Generates and returns an XML document of type $type from the current object.
- generate : ezcFeedDublinCoreModule
- in file dublincore_module.php, method ezcFeedDublinCoreModule::generate()
Adds the module elements to the $xml XML document, in the container $root.
- generate : ezcFeedProcessor
- in file processor.php, method ezcFeedProcessor::generate()
Returns an XML string from the feed information contained in this processor.
- generate : ezcFeedRss2
- in file rss2.php, method ezcFeedRss2::generate()
Returns an XML string from the feed information contained in this processor.
- generate : ezcFeedContentModule
- in file content_module.php, method ezcFeedContentModule::generate()
Adds the module elements to the $xml XML document, in the container $root.
- generate : ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, method ezcFeedCreativeCommonsModule::generate()
Adds the module elements to the $xml XML document, in the container $root.
- generate : ezcFeedRss1
- in file rss1.php, method ezcFeedRss1::generate()
Returns an XML string from the feed information contained in this processor.
- generate : ezcFeedGeoModule
- in file geo_module.php, method ezcFeedGeoModule::generate()
Adds the module elements to the $xml XML document, in the container $root.
- getContentType : ezcFeed
- in file feed.php, method ezcFeed::getContentType()
Returns the feed content type of this feed object (eg. 'application/rss+xml').
- getFeedType : ezcFeed
- in file feed.php, method ezcFeed::getFeedType()
Returns the feed type of this feed object (eg. 'rss2').
- getModule : ezcFeed
- in file feed.php, method ezcFeed::getModule()
Returns the loaded module $name.
- getModuleName : ezcFeedGeoModule
- in file geo_module.php, method ezcFeedGeoModule::getModuleName()
Returns the module name (Geo').
- getModuleName : ezcFeedDublinCoreModule
- in file dublincore_module.php, method ezcFeedDublinCoreModule::getModuleName()
Returns the module name ('DublinCore').
- getModuleName : ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, method ezcFeedCreativeCommonsModule::getModuleName()
Returns the module name ('CreativeCommons').
- getModuleName : ezcFeedITunesModule
- in file itunes_module.php, method ezcFeedITunesModule::getModuleName()
Returns the module name ('iTunes').
- getModuleName : ezcFeedContentModule
- in file content_module.php, method ezcFeedContentModule::getModuleName()
Returns the module name ('Content').
- getModules : ezcFeedProcessor
- in file processor.php, method ezcFeedProcessor::getModules()
Returns an array with all the modules loaded at feed-level.
- getModules : ezcFeed
- in file feed.php, method ezcFeed::getModules()
Returns an array with all the modules loaded at feed-level.
- getModules : ezcFeedEntryElement
- in file entry.php, method ezcFeedEntryElement::getModules()
Returns an array with all the modules defined for this feed item.
- getNamespace : ezcFeedITunesModule
- in file itunes_module.php, method ezcFeedITunesModule::getNamespace()
Returns the namespace for this module ('http://www.itunes.com/dtds/podcast-1.0.dtd').
- getNamespace : ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, method ezcFeedCreativeCommonsModule::getNamespace()
Returns the namespace for this module ('http://backend.userland.com/creativeCommonsRssModule').
- getNamespace : ezcFeedGeoModule
- in file geo_module.php, method ezcFeedGeoModule::getNamespace()
Returns the namespace for this module ('http://www.w3.org/2003/01/geo/wgs84_pos#').
- getNamespace : ezcFeedDublinCoreModule
- in file dublincore_module.php, method ezcFeedDublinCoreModule::getNamespace()
Returns the namespace for this module ('http://purl.org/dc/elements/1.1/').
- getNamespace : ezcFeedContentModule
- in file content_module.php, method ezcFeedContentModule::getNamespace()
Returns the namespace for this module ('http://purl.org/rss/1.0/modules/content/').
- getNamespacePrefix : ezcFeedContentModule
- in file content_module.php, method ezcFeedContentModule::getNamespacePrefix()
Returns the namespace prefix for this module ('content').
- getNamespacePrefix : ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, method ezcFeedCreativeCommonsModule::getNamespacePrefix()
Returns the namespace prefix for this module ('creativeCommons').
- getNamespacePrefix : ezcFeedDublinCoreModule
- in file dublincore_module.php, method ezcFeedDublinCoreModule::getNamespacePrefix()
Returns the namespace prefix for this module ('dc').
- getNamespacePrefix : ezcFeedITunesModule
- in file itunes_module.php, method ezcFeedITunesModule::getNamespacePrefix()
Returns the namespace prefix for this module ('itunes').
- getNamespacePrefix : ezcFeedGeoModule
- in file geo_module.php, method ezcFeedGeoModule::getNamespacePrefix()
Returns the namespace prefix for this module ('geo').
- getSupportedModules : ezcFeed
- in file feed.php, method ezcFeed::getSupportedModules()
Returns the supported feed modules.
- getSupportedModulesPrefixes : ezcFeed
- in file feed.php, method ezcFeed::getSupportedModulesPrefixes()
Returns the supported feed modules prefixes.
- getSupportedTypes : ezcFeed
- in file feed.php, method ezcFeed::getSupportedTypes()
Returns the supported feed types.
h
- $height : ezcFeedImageElement
- in file image.php, variable ezcFeedImageElement::$height
The height of the image in pixels.
- $href : ezcFeedLinkElement
- in file link.php, variable ezcFeedLinkElement::$href
The URL value.
- $hreflang : ezcFeedLinkElement
- in file link.php, variable ezcFeedLinkElement::$hreflang
The language for the resource pointed by href.
- hasModule : ezcFeedEntryElement
- in file entry.php, method ezcFeedEntryElement::hasModule()
Returns true if the module $name is loaded, false otherwise.
- hasModule : ezcFeed
- in file feed.php, method ezcFeed::hasModule()
Returns true if the module $name is loaded, false otherwise.
i
- $id : ezcFeedIdElement
- in file id.php, variable ezcFeedIdElement::$id
The identifier value.
- $isPermaLink : ezcFeedIdElement
- in file id.php, variable ezcFeedIdElement::$isPermaLink
The permanent link state of the identifier value.
- itunes_module.php
- procedural page itunes_module.php
- id.php
- procedural page id.php
- image.php
- procedural page image.php
- isElementAllowed : ezcFeedITunesModule
- in file itunes_module.php, method ezcFeedITunesModule::isElementAllowed()
Returns true if the element $name is allowed in the current module at the current level (feed or item), and false otherwise.
- isElementAllowed : ezcFeedModule
- in file module.php, method ezcFeedModule::isElementAllowed()
Returns true if the element $name is allowed in the current module at the current level (feed or item), and false otherwise.
- isElementAllowed : ezcFeedContentModule
- in file content_module.php, method ezcFeedContentModule::isElementAllowed()
Returns true if the element $name is allowed in the current module at the current level (feed or item), and false otherwise.
- isElementAllowed : ezcFeedDublinCoreModule
- in file dublincore_module.php, method ezcFeedDublinCoreModule::isElementAllowed()
Returns true if the element $name is allowed in the current module at the current level (feed or item), and false otherwise.
- isElementAllowed : ezcFeedGeoModule
- in file geo_module.php, method ezcFeedGeoModule::isElementAllowed()
Returns true if the element $name is allowed in the current module at the current level (feed or item), and false otherwise.
- isElementAllowed : ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, method ezcFeedCreativeCommonsModule::isElementAllowed()
Returns true if the element $name is allowed in the current module at the current level (feed or item), and false otherwise.
l
- $label : ezcFeedCategoryElement
- in file category.php, variable ezcFeedCategoryElement::$label
The label for the category.
- $length : ezcFeedEnclosureElement
- in file enclosure.php, variable ezcFeedEnclosureElement::$length
The length in bytes of the resource pointed by href.
- $length : ezcFeedLinkElement
- in file link.php, variable ezcFeedLinkElement::$length
The length in bytes of the resource pointed by href.
- $level : ezcFeedModule
- in file module.php, variable ezcFeedModule::$level
The level of the module data container. Possible values are 'feed' or 'item'.
- $link : ezcFeedImageElement
- in file image.php, variable ezcFeedImageElement::$link
The URL to the image.
- $link : ezcFeedTextInputElement
- in file text_input.php, variable ezcFeedTextInputElement::$link
The link that the text input points at.
- link.php
- procedural page link.php
m
- meta_data_missing.php
- procedural page meta_data_missing.php
- module.php
- procedural page module.php
n
- $name : ezcFeedTextInputElement
- in file text_input.php, variable ezcFeedTextInputElement::$name
The name of the text input element.
- $name : ezcFeedPersonElement
- in file person.php, variable ezcFeedPersonElement::$name
The name of the person.
- $name : ezcFeedGeneratorElement
- in file generator.php, variable ezcFeedGeneratorElement::$name
The name of the generator.
o
- CONTENT_TYPE : ezcFeedAtom
- in file atom.php, class constant ezcFeedAtom::CONTENT_TYPE
Defines the feed content type of this processor.
- CONTENT_TYPE : ezcFeedRss2
- in file rss2.php, class constant ezcFeedRss2::CONTENT_TYPE
Defines the feed content type of this processor.
- CONTENT_TYPE : ezcFeedRss1
- in file rss1.php, class constant ezcFeedRss1::CONTENT_TYPE
Defines the feed content type of this processor.
- one_item_data_required.php
- procedural page one_item_data_required.php
- only_one_value_allowed.php
- procedural page only_one_value_allowed.php
p
- $path : ezcFeedCloudElement
- in file cloud.php, variable ezcFeedCloudElement::$path
The path in the cloud.
- $port : ezcFeedCloudElement
- in file cloud.php, variable ezcFeedCloudElement::$port
The port of the cloud.
- $properties : ezcFeedElement
- in file element.php, variable ezcFeedElement::$properties
Holds the properties of this class.
- $properties : ezcFeedModule
- in file module.php, variable ezcFeedModule::$properties
Holds the properties of this class.
- $protocol : ezcFeedCloudElement
- in file cloud.php, variable ezcFeedCloudElement::$protocol
The protocol for the cloud.
- parse_error.php
- procedural page parse_error.php
- parser.php
- procedural page parser.php
- processor.php
- procedural page processor.php
- person.php
- procedural page person.php
- parse : ezcFeedRss2
- in file rss2.php, method ezcFeedRss2::parse()
Parses the provided XML document object and returns an ezcFeed object from it.
- parse : ezcFeedRss1
- in file rss1.php, method ezcFeedRss1::parse()
Parses the provided XML document object and returns an ezcFeed object from it.
- parse : ezcFeedParser
- in file parser.php, method ezcFeedParser::parse()
Parses the provided XML document object and returns an ezcFeed object from it.
- parse : ezcFeedModule
- in file module.php, method ezcFeedModule::parse()
Parses the XML element $node and creates a feed element in the current module with name $name.
- parse : ezcFeedGeoModule
- in file geo_module.php, method ezcFeedGeoModule::parse()
Parses the XML element $node and creates a feed element in the current module with name $name.
- parse : ezcFeedCreativeCommonsModule
- in file creativecommons_module.php, method ezcFeedCreativeCommonsModule::parse()
Parses the XML element $node and creates a feed element in the current module with name $name.
- parse : ezcFeedContentModule
- in file content_module.php, method ezcFeedContentModule::parse()
Parses the XML element $node and creates a feed element in the current module with name $name.
- parse : ezcFeedDublinCoreModule
- in file dublincore_module.php, method ezcFeedDublinCoreModule::parse()
Parses the XML element $node and creates a feed element in the current module with name $name.
- parse : ezcFeed
- in file feed.php, method ezcFeed::parse()
Parses the XML document in the $uri and returns an ezcFeed object with the type autodetected from the XML document.
- parse : ezcFeedITunesModule
- in file itunes_module.php, method ezcFeedITunesModule::parse()
Parses the XML element $node and creates a feed element in the current module with name $name.
- parse : ezcFeedAtom
- in file atom.php, method ezcFeedAtom::parse()
Parses the provided XML document object and returns an ezcFeed object from it.
- parseContent : ezcFeed
- in file feed.php, method ezcFeed::parseContent()
Parses the XML document stored in $content and returns an ezcFeed object with the type autodetected from the XML document.
r
- $registerProcedure : ezcFeedCloudElement
- in file cloud.php, variable ezcFeedCloudElement::$registerProcedure
The procedure in the cloud.
- $rel : ezcFeedLinkElement
- in file link.php, variable ezcFeedLinkElement::$rel
The rel for the link.
- rss1.php
- procedural page rss1.php
- rss2.php
- procedural page rss2.php
- registerFeed : ezcFeed
- in file feed.php, method ezcFeed::registerFeed()
Adds the feed type $name to the supported list of feed types.
- registerModule : ezcFeed
- in file feed.php, method ezcFeed::registerModule()
Adds the module $name to the supported list of modules.
s
- $scheme : ezcFeedCategoryElement
- in file category.php, variable ezcFeedCategoryElement::$scheme
The scheme (domain) for the category.
- $source : ezcFeedSourceElement
- in file source.php, variable ezcFeedSourceElement::$source
The name of the source feed (RSS2 only).
- $src : ezcFeedContentElement
- in file content.php, variable ezcFeedContentElement::$src
The link to the source.
- skip_days.php
- procedural page skip_days.php
- skip_hours.php
- procedural page skip_hours.php
- source.php
- procedural page source.php
- setModule : ezcFeed
- in file feed.php, method ezcFeed::setModule()
Associates the module $module with the name $name.
t
- $term : ezcFeedCategoryElement
- in file category.php, variable ezcFeedCategoryElement::$term
The term (name) of the category.
- $text : ezcFeedTextElement
- in file text.php, variable ezcFeedTextElement::$text
The actual text.
- $title : ezcFeedLinkElement
- in file link.php, variable ezcFeedLinkElement::$title
The title for the link.
- $title : ezcFeedImageElement
- in file image.php, variable ezcFeedImageElement::$title
The title for the image.
- $title : ezcFeedTextInputElement
- in file text_input.php, variable ezcFeedTextInputElement::$title
The title of the text input.
- $type : ezcFeedTextElement
- in file text.php, variable ezcFeedTextElement::$type
The type of the text.
- $type : ezcFeedLinkElement
- in file link.php, variable ezcFeedLinkElement::$type
The type of the resource pointed by href.
- $type : ezcFeedEnclosureElement
- in file enclosure.php, variable ezcFeedEnclosureElement::$type
The type of the resource pointed by href.
- text.php
- procedural page text.php
- text_input.php
- procedural page text_input.php
u
- $uri : ezcFeedPersonElement
- in file person.php, variable ezcFeedPersonElement::$uri
The URI of the person.
- $url : ezcFeedSourceElement
- in file source.php, variable ezcFeedSourceElement::$url
The url of the source feed (RSS2 only).
- $url : ezcFeedImageElement
- in file image.php, variable ezcFeedImageElement::$url
The URL the image points at.
- $url : ezcFeedEnclosureElement
- in file enclosure.php, variable ezcFeedEnclosureElement::$url
The URL value.
- $url : ezcFeedGeneratorElement
- in file generator.php, variable ezcFeedGeneratorElement::$url
The URL of the generator.
- undefined_module.php
- procedural page undefined_module.php
- unsupported_element.php
- procedural page unsupported_element.php
- unsupported_module.php
- procedural page unsupported_module.php
- unsupported_type.php
- procedural page unsupported_type.php
- unregisterFeed : ezcFeed
- in file feed.php, method ezcFeed::unregisterFeed()
Removes a previously registered feed type from the list of supported feed types.
- unregisterModule : ezcFeed
- in file feed.php, method ezcFeed::unregisterModule()
Removes a previously registered module from the list of supported modules.
v
- $version : ezcFeedGeneratorElement
- in file generator.php, variable ezcFeedGeneratorElement::$version
The version of the generator.
w
- $width : ezcFeedImageElement
- in file image.php, variable ezcFeedImageElement::$width
The width of the image in pixels.
Last updated: Tue, 06 Jan 2009