Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ExceptionHandlerFormatter

Открытые статические члены

static format ($exception, $htmlMode=false, $level=0)
 
static severityToString ($severity)
 

Открытые атрибуты

const MAX_CHARS = 30
 
const SHOW_PARAMETERS = 1
 
const DELIMITER = '----------'
 

Защищенные статические члены

static getTrace ($exception)
 
static getMessage ($exception)
 
static getArguments ($args, $level)
 
static convertArgumentToString ($arg, $level)
 
static getFileLink ($file, $line)
 

Подробное описание

См. определение в файле exceptionhandlerformatter.php строка 7

Методы

◆ convertArgumentToString()

static convertArgumentToString ( $arg,
$level )
staticprotected

См. определение в файле exceptionhandlerformatter.php строка 88

◆ format()

static format ( $exception,
$htmlMode = false,
$level = 0 )
static
Аргументы
\Throwable$exception
bool$htmlMode
int$level
Возвращает
string

См. определение в файле exceptionhandlerformatter.php строка 20

◆ getArguments()

static getArguments ( $args,
$level )
staticprotected

См. определение в файле exceptionhandlerformatter.php строка 78

◆ getFileLink()

static getFileLink ( $file,
$line )
staticprotected

См. определение в файле exceptionhandlerformatter.php строка 98

◆ getMessage()

static getMessage ( $exception)
staticprotected

См. определение в файле exceptionhandlerformatter.php строка 62

◆ getTrace()

static getTrace ( $exception)
staticprotected
Аргументы
\Throwable$exception
Возвращает
array

См. определение в файле exceptionhandlerformatter.php строка 41

◆ severityToString()

static severityToString ( $severity)
static

См. определение в файле exceptionhandlerformatter.php строка 70

Данные класса

◆ DELIMITER

const DELIMITER = '----------'

См. определение в файле exceptionhandlerformatter.php строка 12

◆ MAX_CHARS

const MAX_CHARS = 30

См. определение в файле exceptionhandlerformatter.php строка 9

◆ SHOW_PARAMETERS

const SHOW_PARAMETERS = 1

См. определение в файле exceptionhandlerformatter.php строка 11