API17

API17:JError::getErrorHandling

From Joomla! Documentation

Joomla 11.1 JError::getErrorHandling

Description

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


public static function 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 array All error handling details
  • Defined on line 232 of libraries/joomla/error/error.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples