Liste de tous les membres
Fonctions membres publiques |
| __construct ($options=array()) |
| setError ($error) |
| render ($cache=false, $params=array()) |
| _loadTemplate ($directory, $filename) |
| renderBacktrace () |
| 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) |
| toString () |
Documentation des constructeurs et destructeur
JDocumentError::__construct |
( |
|
$options = array() | ) |
|
Class constructor
- Paramètres:
-
array | $options | Associative array of attributes |
- Depuis:
- 11.1
Réimplémentée à partir de JDocument.
Références $options.
Documentation des fonctions membres
JDocumentError::_loadTemplate |
( |
|
$directory, |
|
|
|
$filename |
|
) |
| |
Load a template file
- Paramètres:
-
string | $directory | The name of the template |
string | $filename | The actual filename |
- Renvoie:
- string The contents of the template
- Depuis:
- 11.1
JDocumentError::render |
( |
|
$cache = false , |
|
|
|
$params = array() |
|
) |
| |
JDocumentError::renderBacktrace |
( |
| ) |
|
Render the backtrace
- Renvoie:
- string The contents of the backtrace
- Depuis:
- 11.1
Références $i, et null.
JDocumentError::setError |
( |
|
$error | ) |
|
Set error object
- Paramètres:
-
object | $error | Error object to set |
- Renvoie:
- boolean True on success
- Depuis:
- 11.1
Réimplémentée à partir de JObject.
Documentation des données membres
La documentation de cette classe a été générée à partir du fichier suivant :