Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($options=array()) | |
render ($cache=false, $params=array()) | |
setShortName ($name) | |
addUrl (JOpenSearchUrl $url) | |
addImage (JOpenSearchImage $image) | |
Fonctions membres publiques inherited from JDocument | |
setType ($type) | |
getType () | |
getBuffer () | |
setBuffer ($content, $options=array()) | |
getMetaData ($name, $httpEquiv=false) | |
setMetaData ($name, $content, $http_equiv=false) | |
addScript ($url, $type="text/javascript", $defer=false, $async=false) | |
addScriptVersion ($url, $version=null, $type="text/javascript", $defer=false, $async=false) | |
addScriptDeclaration ($content, $type= 'text/javascript') | |
addStyleSheet ($url, $type= 'text/css', $media=null, $attribs=array()) | |
addStyleSheetVersion ($url, $version=null, $type="text/css", $media=null, $attribs=array()) | |
addStyleDeclaration ($content, $type= 'text/css') | |
setCharset ($type= 'utf-8') | |
getCharset () | |
setLanguage ($lang="en-gb") | |
getLanguage () | |
setDirection ($dir="ltr") | |
getDirection () | |
setTitle ($title) | |
getTitle () | |
setMediaVersion ($mediaVersion) | |
getMediaVersion () | |
setBase ($base) | |
getBase () | |
setDescription ($description) | |
getDescription () | |
setLink ($url) | |
getLink () | |
setGenerator ($generator) | |
getGenerator () | |
setModifiedDate ($date) | |
getModifiedDate () | |
setMimeEncoding ($type= 'text/html', $sync=true) | |
getMimeEncoding () | |
setLineEnd ($style) | |
_getLineEnd () | |
setTab ($string) | |
_getTab () | |
loadRenderer ($type) | |
parse ($params=array()) |
Attributs privés | |
$_shortName = "" | |
$_images = array() | |
$_urls = array() |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JDocument | |
static | getInstance ($type= 'html', $attributes=array()) |
Attributs publics inherited from JDocument | |
$title = '' | |
$description = '' | |
$link = '' | |
$base = '' | |
$language = 'en-gb' | |
$direction = 'ltr' | |
$_generator = 'Joomla! - Open Source Content Management' | |
$_mdate = '' | |
$_tab = "\11" | |
$_lineEnd = "\12" | |
$_charset = 'utf-8' | |
$_mime = '' | |
$_namespace = '' | |
$_profile = '' | |
$_scripts = array() | |
$_script = array() | |
$_styleSheets = array() | |
$_style = array() | |
$_metaTags = array() | |
$_engine = null | |
$_type = null | |
Attributs publics statiques inherited from JDocument | |
static | $_buffer = null |
Attributs protégés inherited from JDocument | |
$mediaVersion = null | |
Attributs protégés statiques inherited from JDocument | |
static | $instances = array() |
Définition à la ligne 20 du fichier opensearch.php.
JDocumentOpensearch::__construct | ( | $options = array() | ) |
Class constructor
array | $options | Associative array of options |
Réimplémentée à partir de JDocument.
Définition à la ligne 57 du fichier opensearch.php.
Références JRoute\_(), JUri\base(), JFactory\getApplication(), et JUri\getInstance().
JDocumentOpensearch::addImage | ( | JOpenSearchImage | $image | ) |
Adds an image to the OpenSearch description.
JOpenSearchImage | $image | The image to add to the description. |
Définition à la ligne 207 du fichier opensearch.php.
JDocumentOpensearch::addUrl | ( | JOpenSearchUrl | $url | ) |
Adds an URL to the OpenSearch description.
JOpenSearchUrl | $url | The url to add to the description. |
Définition à la ligne 191 du fichier opensearch.php.
JDocumentOpensearch::render | ( | $cache = false , |
|
$params = array() |
|||
) |
Render the document
boolean | $cache | If true, cache the output |
array | $params | Associative array of attributes |
Réimplémentée à partir de JDocument.
Définition à la ligne 110 du fichier opensearch.php.
JDocumentOpensearch::setShortName | ( | $name | ) |
Sets the short name
string | $name | The name. |
Définition à la ligne 175 du fichier opensearch.php.
|
private |
Définition à la ligne 40 du fichier opensearch.php.
|
private |
Définition à la ligne 30 du fichier opensearch.php.
|
private |
Définition à la ligne 48 du fichier opensearch.php.