Liste de tous les membres
Fonctions membres publiques |
| __construct ($options=array()) |
| render ($cache=false, $params=array()) |
| setShortName ($name) |
| addUrl (&$url) |
| addImage (&$image) |
| setType ($type) |
| getType () |
| getBuffer () |
| setBuffer ($content, $options=array()) |
| getMetaData ($name, $httpEquiv=false) |
| setMetaData ($name, $content, $http_equiv=false, $sync=true) |
| addScript ($url, $type="text/javascript", $defer=false, $async=false) |
| addScriptDeclaration ($content, $type= 'text/javascript') |
| addStyleSheet ($url, $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 () |
| 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()) |
| __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 () |
Documentation des constructeurs et destructeur
JDocumentOpensearch::__construct |
( |
|
$options = array() | ) |
|
Documentation des fonctions membres
JDocumentOpensearch::addImage |
( |
& |
$image | ) |
|
Adds an image to the OpenSearch description.
- Paramètres:
-
- Renvoie:
- JDocumentOpensearch instance of $this to allow chaining
- Depuis:
- 11.1
Références $image.
JDocumentOpensearch::addUrl |
( |
& |
$url | ) |
|
Adds an URL to the OpenSearch description.
- Paramètres:
-
- Renvoie:
- JDocumentOpensearch instance of $this to allow chaining
- Depuis:
- 11.1
Références $url.
JDocumentOpensearch::render |
( |
|
$cache = false , |
|
|
|
$params = array() |
|
) |
| |
Render the document
- Paramètres:
-
boolean | $cache | If true, cache the output |
array | $params | Associative array of attributes |
- Renvoie:
- The rendered data
- Depuis:
- 11.1
Réimplémentée à partir de JDocument.
Références $image, $url, et description.
JDocumentOpensearch::setShortName |
( |
|
$name | ) |
|
Sets the short name
- Paramètres:
-
- Renvoie:
- JDocumentOpensearch instance of $this to allow chaining
- Depuis:
- 11.1
Références $name.
Documentation des données membres
JDocumentOpensearch::$_images = array() |
|
private |
JDocumentOpensearch::$_shortName = "" |
|
private |
JDocumentOpensearch::$_urls = array() |
|
private |
La documentation de cette classe a été générée à partir du fichier suivant :