PHP 클래스 HTMLPurifier_ErrorCollector, yii

파일 보기 프로젝트 열기: yiisoft/yii

보호된 프로퍼티들

프로퍼티 타입 설명
$_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