◆ __construct()
HTMLPurifier_ContentSets::__construct |
( |
|
$modules | ) |
|
Merges in module's content sets, expands identifiers in the content sets and populates the keys, values and lookup member variables.
- Parameters
-
Definition at line 2925 of file HTMLPurifier.standalone.php.
◆ convertToLookup()
HTMLPurifier_ContentSets::convertToLookup |
( |
|
$string | ) |
|
|
protected |
Converts a string list of elements separated by pipes into a lookup array.
- Parameters
-
string | $string | List of elements |
- Returns
- array Lookup array of elements
Definition at line 3046 of file HTMLPurifier.standalone.php.
◆ generateChildDef()
HTMLPurifier_ContentSets::generateChildDef |
( |
& |
$def, |
|
|
|
$module |
|
) |
| |
◆ generateChildDefCallback()
HTMLPurifier_ContentSets::generateChildDefCallback |
( |
|
$matches | ) |
|
◆ getChildDef()
HTMLPurifier_ContentSets::getChildDef |
( |
|
$def, |
|
|
|
$module |
|
) |
| |
◆ $info
HTMLPurifier_ContentSets::$info = array() |
◆ $keys
HTMLPurifier_ContentSets::$keys = array() |
|
protected |
◆ $lookup
HTMLPurifier_ContentSets::$lookup = array() |
List of content set lookups (element => true) indexed by name. @type array
- Note
- This is in HTMLPurifier_HTMLDefinition->info_content_sets
Definition at line 2907 of file HTMLPurifier.standalone.php.
◆ $values
HTMLPurifier_ContentSets::$values = array() |
|
protected |
The documentation for this class was generated from the following file: