API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JDocumentError::__construct | ( | $ | options = array() | ) |
Class constructor
protected
string | $type | (either html or tex) |
array | $attributes | Associative array of attributes |
Réimplémentée à partir de JDocument.
JDocumentError::_loadTemplate | ( | $ | directory, |
$ | filename | ||
) |
Load a template file
string | $template | The name of the template |
string | $filename | The actual filename |
JDocumentError::render | ( | $ | cache = false , |
$ | params = array() |
||
) |
Render the document
public
boolean | $cache | If true, cache the output |
array | $params | Associative array of attributes |
Réimplémentée à partir de JDocument.
Références $data, $file, $params, JURI::base(), JFilterInput::clean(), et JResponse::setHeader().
JDocumentError::renderBacktrace | ( | ) |
Références $i.
JDocumentError::setError | ( | $ | error | ) |
Set error object
public
object | $error | Error object to set |
Réimplémentée à partir de JObject.
Références $error, et JError::isError().
JDocumentError::$_error |