Cheetah
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
HTMLPurifier_ContentSets Class Reference

Public Member Functions

 __construct ($modules)
 
 generateChildDef (&$def, $module)
 
 generateChildDefCallback ($matches)
 
 getChildDef ($def, $module)
 

Public Attributes

 $info = array()
 
 $lookup = array()
 

Protected Member Functions

 convertToLookup ($string)
 

Protected Attributes

 $keys = array()
 
 $values = array()
 

Detailed Description

Definition at line 2893 of file HTMLPurifier.standalone.php.

Constructor & Destructor Documentation

◆ __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
HTMLPurifier_HTMLModule[]$modulesList of HTMLPurifier_HTMLModule

Definition at line 2925 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ convertToLookup()

HTMLPurifier_ContentSets::convertToLookup (   $string)
protected

Converts a string list of elements separated by pipes into a lookup array.

Parameters
string$stringList of elements
Returns
array Lookup array of elements

Definition at line 3046 of file HTMLPurifier.standalone.php.

◆ generateChildDef()

HTMLPurifier_ContentSets::generateChildDef ( $def,
  $module 
)

Accepts a definition; generates and assigns a ChildDef for it

Parameters
HTMLPurifier_ElementDef$defHTMLPurifier_ElementDef reference
HTMLPurifier_HTMLModule$moduleModule that defined the ElementDef

Definition at line 2970 of file HTMLPurifier.standalone.php.

◆ generateChildDefCallback()

HTMLPurifier_ContentSets::generateChildDefCallback (   $matches)

Definition at line 2989 of file HTMLPurifier.standalone.php.

◆ getChildDef()

HTMLPurifier_ContentSets::getChildDef (   $def,
  $module 
)

Instantiates a ChildDef based on content_model and content_model_type member variables in HTMLPurifier_ElementDef

Note
This will also defer to modules for custom HTMLPurifier_ChildDef subclasses that need content set expansion
Parameters
HTMLPurifier_ElementDef$defHTMLPurifier_ElementDef to have ChildDef extracted
HTMLPurifier_HTMLModule$moduleModule that defined the ElementDef
Returns
HTMLPurifier_ChildDef corresponding to ElementDef

Definition at line 3003 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $info

HTMLPurifier_ContentSets::$info = array()

List of content set strings (pipe separators) indexed by name. @type array

Definition at line 2900 of file HTMLPurifier.standalone.php.

◆ $keys

HTMLPurifier_ContentSets::$keys = array()
protected

Synchronized list of defined content sets (keys of info). @type array

Definition at line 2913 of file HTMLPurifier.standalone.php.

◆ $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

Synchronized list of defined content values (values of info). @type array

Definition at line 2918 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: