Class HTMLPurifier_ContentSets
public
|
#
__construct(
Merges in module's content sets, expands identifiers in the content sets and populates the keys, values and lookup member variables. |
public
|
#
generateChildDef(
Accepts a definition; generates and assigns a ChildDef for it |
public
|
|
public
|
#
getChildDef(
Instantiates a ChildDef based on content_model and content_model_type member variables in HTMLPurifier_ElementDef |
protected
array
|
#
convertToLookup( string $string )
Converts a string list of elements separated by pipes into a lookup array. |
public
array
|
$info | array() |
#
List of content set strings (pipe separators) indexed by name. |
public
array
|
$lookup | array() |
#
List of content set lookups (element => true) indexed by name. |
protected
array
|
$keys | array() |
#
Synchronized list of defined content sets (keys of info). |
protected
array
|
$values | array() |
#
Synchronized list of defined content values (values of info). |