PHP Класс HTMLPurifier_ErrorStruct, yii

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

Открытые свойства

Свойство Тип Описание
$children Child ErrorStructs that are from this structure. For example, a TOKEN ErrorStruct would contain ATTR ErrorStructs. This is a multi-dimensional array in structure: [TYPE]['identifier']
$errors Errors registered for this structure.
$type Type of this struct.
$value Value of the struct we are recording errors for. There are various values for this: - TOKEN: Instance of HTMLPurifier_Token - ATTR: array('attr-name', 'value') - CSSPROP: array('prop-name', 'value')

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

Метод Описание
addError ( integer $severity, string $message )
getChild ( string $type, string $id ) : mixed

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

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

public addError ( integer $severity, string $message )
$severity integer
$message string

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

public getChild ( string $type, string $id ) : mixed
$type string
$id string
Результат mixed

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

$children публичное свойство

Child ErrorStructs that are from this structure. For example, a TOKEN ErrorStruct would contain ATTR ErrorStructs. This is a multi-dimensional array in structure: [TYPE]['identifier']
public $children

$errors публичное свойство

Errors registered for this structure.
public $errors

$type публичное свойство

Type of this struct.
public $type

$value публичное свойство

Value of the struct we are recording errors for. There are various values for this: - TOKEN: Instance of HTMLPurifier_Token - ATTR: array('attr-name', 'value') - CSSPROP: array('prop-name', 'value')
public $value