Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
render ($name= '', $params=null, $content=null) | |
_relToAbs ($text) | |
Fonctions membres publiques inherited from JDocumentRenderer | |
__construct (&$doc) | |
getContentType () | |
Fonctions membres publiques inherited from JObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Attributs protégés | |
$_mime = "application/rss+xml" | |
Attributs protégés inherited from JDocumentRenderer | |
$_doc = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
JDocumentRendererRSS::_relToAbs | ( | $text | ) |
Convert links in a text from relative to absolute
string | $text | The text processed |
Références $base, $text, et JURI\base().
Render the feed.
string | $name | The name of the element to render |
array | $params | Array of values |
string | $content | Override the output of the renderer |
Réimplémentée à partir de JDocumentRenderer.
Références $app, $count, $data, $feed, $i, $title, $uri, $url, JRoute\_(), elseif, JFactory\getApplication(), JFactory\getDate(), JFactory\getURI(), null, et JText\sprintf().
|
protected |
Réimplémentée à partir de JDocumentRenderer.