| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: error.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 175 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JDocumentError:: (5 methods):
__construct()
setError()
render()
_loadTemplate()
renderBacktrace()
Class: JDocumentError - X-Ref
DocumentError class, provides an easy interface to parse and display an error page| __construct($options = array() X-Ref |
| Class constructor param: string $type (either html or tex) param: array $attributes Associative array of attributes |
| setError($error) X-Ref |
| Set error object param: object $error Error object to set return: boolean True on success |
| render( $cache = false, $params = array() X-Ref |
| Render the document param: boolean $cache If true, cache the output param: array $params Associative array of attributes |
| _loadTemplate($directory, $filename) X-Ref |
| Load a template file param: string $template The name of the template param: string $filename The actual filename return: string The contents of the template |
| renderBacktrace() X-Ref |
| No description |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |