API16

API16:JError/attachHandler

From Joomla! Documentation

Revision as of 05:04, 13 May 2013 by JoomlaWikiBot (talk | contribs) (removing red link to edit, no existant pages)

Description

Method that attaches the error handler to JError

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

static attachHandler()


Defined in

libraries/joomla/error/error.php

Importing

jimport( 'joomla.error.error' );

Source Body

public static function attachHandler()
{
        set_error_handler(array('JError', 'customErrorHandler'));
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

<CodeExamplesForm />