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

Public Member Functions

 __construct ($attr_types, $modules)
 
 doConstruct ($attr_types, $modules)
 
 performInclusions (&$attr)
 
 expandIdentifiers (&$attr, $attr_types)
 

Public Attributes

 $info = array()
 

Detailed Description

Defines common attribute collections that modules reference

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_AttrCollections::__construct (   $attr_types,
  $modules 
)

Performs all expansions on internal data for use by other inclusions It also collects all attribute collection extensions from modules

Parameters
HTMLPurifier_AttrTypes$attr_typesHTMLPurifier_AttrTypes instance
HTMLPurifier_HTMLModule[]$modulesHash array of HTMLPurifier_HTMLModule members

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

Member Function Documentation

◆ doConstruct()

HTMLPurifier_AttrCollections::doConstruct (   $attr_types,
  $modules 
)

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

◆ expandIdentifiers()

HTMLPurifier_AttrCollections::expandIdentifiers ( $attr,
  $attr_types 
)

Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes

Parameters
array&$attrReference to attribute array
HTMLPurifier_AttrTypes$attr_typesHTMLPurifier_AttrTypes instance

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

◆ performInclusions()

HTMLPurifier_AttrCollections::performInclusions ( $attr)

Takes a reference to an attribute associative array and performs all inclusions specified by the zero index.

Parameters
array&$attrReference to attribute array

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

Member Data Documentation

◆ $info

HTMLPurifier_AttrCollections::$info = array()

Associative array of attribute collections, indexed by name. @type array

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


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