Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres protégées | |
handleCategory (JFeed $feed, SimpleXMLElement $el) | |
handleCloud (JFeed $feed, SimpleXMLElement $el) | |
handleCopyright (JFeed $feed, SimpleXMLElement $el) | |
handleDescription (JFeed $feed, SimpleXMLElement $el) | |
handleGenerator (JFeed $feed, SimpleXMLElement $el) | |
handleImage (JFeed $feed, SimpleXMLElement $el) | |
handleLanguage (JFeed $feed, SimpleXMLElement $el) | |
handleLastBuildDate (JFeed $feed, SimpleXMLElement $el) | |
handleLink (JFeed $feed, SimpleXMLElement $el) | |
handleManagingEditor (JFeed $feed, SimpleXMLElement $el) | |
handleSkipDays (JFeed $feed, SimpleXMLElement $el) | |
handleSkipHours (JFeed $feed, SimpleXMLElement $el) | |
handlePubDate (JFeed $feed, SimpleXMLElement $el) | |
handleTitle (JFeed $feed, SimpleXMLElement $el) | |
handleTtl (JFeed $feed, SimpleXMLElement $el) | |
handleWebmaster (JFeed $feed, SimpleXMLElement $el) | |
initialise () | |
processFeedEntry (JFeedEntry $entry, SimpleXMLElement $el) | |
processPerson ($data) | |
Fonctions membres protégées inherited from JFeedParser | |
processElement (JFeed $feed, SimpleXMLElement $el, array $namespaces) | |
fetchNamespace ($prefix) | |
moveToNextElement ($name=null) | |
moveToClosingElement () |
Attributs protégés | |
$entryElementName = 'item' | |
$version | |
Attributs protégés inherited from JFeedParser | |
$namespaces = array() | |
$stream |
Additional Inherited Members | |
Fonctions membres publiques inherited from JFeedParser | |
__construct (XMLReader $stream) | |
parse () | |
registerNamespace ($prefix, JFeedParserNamespace $namespace) |
|
protected |
Method to handle the <category> element for the feed.
JFeed | $feed | The JFeed object being built from the parsed feed. |
SimpleXMLElement | $el | The current XML element object to handle. |
Définition à la ligne 44 du fichier rss.php.
Références JFeed\addCategory().
|
protected |
Method to handle the <cloud> element for the feed.
JFeed | $feed | The JFeed object being built from the parsed feed. |
SimpleXMLElement | $el | The current XML element object to handle. |
Définition à la ligne 63 du fichier rss.php.
|
protected |
|
protected |
|
protected |
|
protected |
Method to handle the <image> element for the feed.
JFeed | $feed | The JFeed object being built from the parsed feed. |
SimpleXMLElement | $el | The current XML element object to handle. |
Définition à la ligne 130 du fichier rss.php.
|
protected |
|
protected |
Method to handle the <lastBuildDate> element for the feed.
JFeed | $feed | The JFeed object being built from the parsed feed. |
SimpleXMLElement | $el | The current XML element object to handle. |
Définition à la ligne 175 du fichier rss.php.
|
protected |
|
protected |
|
protected |
|
protected |
Method to handle the <skipDays> element for the feed.
JFeed | $feed | The JFeed object being built from the parsed feed. |
SimpleXMLElement | $el | The current XML element object to handle. |
Définition à la ligne 222 du fichier rss.php.
|
protected |
Method to handle the <skipHours> element for the feed.
JFeed | $feed | The JFeed object being built from the parsed feed. |
SimpleXMLElement | $el | The current XML element object to handle. |
Définition à la ligne 246 du fichier rss.php.
|
protected |
|
protected |
|
protected |
Method to handle the <webmaster> element for the feed.
JFeed | $feed | The JFeed object being built from the parsed feed. |
SimpleXMLElement | $el | The current XML element object to handle. |
Définition à la ligne 315 du fichier rss.php.
Références JFeed\addContributor().
|
protected |
Method to initialise the feed for parsing. Here we detect the version and advance the stream reader so that it is ready to parse feed elements.
Réimplémentée à partir de JFeedParser.
Définition à la ligne 342 du fichier rss.php.
|
protected |
Method to handle the feed entry element for the feed: .
JFeedEntry | $entry | The JFeedEntry object being built from the parsed feed entry. |
SimpleXMLElement | $el | The current XML element object to handle. |
Définition à la ligne 362 du fichier rss.php.
Références JFeedEntry\addCategory(), et JFeedEntry\addLink().
|
protected |
Method to parse a string with person data and return a JFeedPerson object.
string | $data | The string to parse for a person. |
Définition à la ligne 411 du fichier rss.php.
|
protected |
Réimplémentée à partir de JFeedParser.