PHP Класс HTMLPurifier_EntityLookup, yii

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$table Assoc array of entity name to character represented.

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

Метод Описание
instance ( boolean | HTMLPurifier_EntityLookup $prototype = false ) : HTMLPurifier_EntityLookup Retrieves sole instance of the object.
setup ( boolean $file = false ) Sets up the entity lookup table from the serialized file contents.

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

instance() публичный статический Метод

Retrieves sole instance of the object.
public static instance ( boolean | HTMLPurifier_EntityLookup $prototype = false ) : HTMLPurifier_EntityLookup
$prototype boolean | HTMLPurifier_EntityLookup Optional prototype of custom lookup table to overload with.
Результат HTMLPurifier_EntityLookup

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

Sets up the entity lookup table from the serialized file contents.
public setup ( boolean $file = false )
$file boolean

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

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

Assoc array of entity name to character represented.
public $table