API17

JError::getErrorHandling

From Joomla! Documentation

Revision as of 18:26, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JError::getErrorHandling[edit]

Description[edit]

Method to get the current error handler settings for a specified error level.

Template:Description:JError::getErrorHandling [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JError::getErrorHandling ($level)
Parameter Type Default Description
$level int The error level to retrieve. This can be any of PHP's own error levels, e.g. E_ALL, E_NOTICE...

Returns[edit]

array All error handling details

Defined in[edit]

libraries/joomla/error/error.php

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JError::getErrorHandling

Examples[edit]

<CodeExamplesForm />