API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
xml_domit_rss_collection::addElement | ( | &$ | node | ) |
Adds a custom RSS element (DOM node) to the collection
Object | A DOM node representing a custom RSS element |
Références xml_domit_rss_base::$node.
& xml_domit_rss_collection::getElement | ( | $ | index | ) |
Retrieves the element at the specified index (alias for getElementAt)
int | The index of the requested custom RSS element |
Réimplémentée à partir de xml_domit_rss_elementindexer.
Références getElementAt().
& xml_domit_rss_collection::getElementAt | ( | $ | index | ) |
Retrieves the element at the specified index
int | The index of the requested custom RSS element |
Réimplémentée à partir de xml_domit_rss_elementindexer.
Référencé par getElement().
xml_domit_rss_collection::getElementCount | ( | ) |
Returns the number of elements in the collection
Référencé par getElementText().
xml_domit_rss_collection::getElementText | ( | ) |
Gets a text representation of the collection (applies the toString method to each member and concatenates)
Références $i, $total, et getElementCount().
xml_domit_rss_collection::$elementCount = 0 |
xml_domit_rss_collection::$elements = array() |