|
| handleAuthor (Feed $feed, \SimpleXMLElement $el) |
|
| handleContributor (Feed $feed, \SimpleXMLElement $el) |
|
| handleGenerator (Feed $feed, \SimpleXMLElement $el) |
|
| handleId (Feed $feed, \SimpleXMLElement $el) |
|
| handleLink (Feed $feed, \SimpleXMLElement $el) |
|
| handleRights (Feed $feed, \SimpleXMLElement $el) |
|
| handleSubtitle (Feed $feed, \SimpleXMLElement $el) |
|
| handleTitle (Feed $feed, \SimpleXMLElement $el) |
|
| handleUpdated (Feed $feed, \SimpleXMLElement $el) |
|
| initialise () |
|
| processFeedEntry (FeedEntry $entry, \SimpleXMLElement $el) |
|
| initialise () |
|
| processElement (Feed $feed, \SimpleXMLElement $el, array $namespaces) |
|
| fetchNamespace ($prefix) |
|
| moveToNextElement ($name=null) |
|
| moveToClosingElement () |
|
◆ bestLinkForUri()
bestLinkForUri |
( |
array |
$links | ) |
|
|
private |
If there is more than one <link> in the feed entry, find the most appropriate one and return it.
- Paramètres
-
array | $links | Array of <link> elements from the feed entry. |
- Renvoie
Références $link, et $rel.
◆ handleAuthor()
handleAuthor |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <author>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed.
◆ handleContributor()
handleContributor |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <contributor>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed.
◆ handleGenerator()
handleGenerator |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <generator>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed.
◆ handleId()
handleId |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <id>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed.
◆ handleLink()
handleLink |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <link>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed, et $link.
◆ handleRights()
handleRights |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <rights>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed.
◆ handleSubtitle()
handleSubtitle |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <subtitle>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed.
◆ handleTitle()
handleTitle |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <title>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed.
◆ handleUpdated()
handleUpdated |
( |
Feed |
$feed, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle the <updated>
element for the feed.
- Paramètres
-
Feed | $feed | The Feed object being built from the parsed feed. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $feed.
◆ initialise()
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.
- Renvoie
- void
- Depuis
- 3.1.4
◆ processFeedEntry()
processFeedEntry |
( |
FeedEntry |
$entry, |
|
|
\SimpleXMLElement |
$el |
|
) |
| |
|
protected |
Method to handle a <entry>
element for the feed.
- Paramètres
-
FeedEntry | $entry | The FeedEntry object being built from the parsed feed entry. |
\SimpleXMLElement | $el | The current XML element object to handle. |
- Renvoie
- void
- Depuis
- 3.1.4
Références $link, et $uri.
◆ $version
La documentation de cette classe a été générée à partir du fichier suivant :