PHP Класс HTMLPurifier_ErrorCollector, yii

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_current
$_stacks
$context
$errors
$generator
$lines
$locale

Открытые методы

Метод Описание
__construct ( HTMLPurifier_Context $context )
getHTMLFormatted ( HTMLPurifier_Config $config, array $errors = null ) : string Default HTML formatting implementation for error messages
getRaw ( ) Retrieves raw error data for custom formatter to use
send ( integer $severity, string $msg ) Sends an error message to the collector for later use

Приватные методы

Метод Описание
_renderStruct ( &$ret, $struct, $line = null, $col = null )

Описание методов

__construct() публичный Метод

public __construct ( HTMLPurifier_Context $context )
$context HTMLPurifier_Context

getHTMLFormatted() публичный Метод

Default HTML formatting implementation for error messages
public getHTMLFormatted ( HTMLPurifier_Config $config, array $errors = null ) : string
$config HTMLPurifier_Config Configuration, vital for HTML output nature
$errors array Errors array to display; used for recursion.
Результат string

getRaw() публичный Метод

Retrieves raw error data for custom formatter to use
public getRaw ( )

send() публичный Метод

Sends an error message to the collector for later use
public send ( integer $severity, string $msg )
$severity integer Error severity, PHP error style (don't use E_USER_)
$msg string Error message text

Описание свойств

$_current защищенное свойство

protected $_current

$_stacks защищенное свойство

protected $_stacks

$context защищенное свойство

protected $context

$errors защищенное свойство

protected $errors

$generator защищенное свойство

protected $generator

$lines защищенное свойство

protected $lines

$locale защищенное свойство

protected $locale