[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/var/www/se3/includes/library/HTMLPurifier/ -> ContentSets.php (summary)

(no description)

File Size: 170 lines (6 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HTMLPurifier_ContentSets:: (5 methods):
  __construct()
  generateChildDef()
  generateChildDefCallback()
  getChildDef()
  convertToLookup()


Class: HTMLPurifier_ContentSets  - X-Ref


__construct($modules)   X-Ref
Merges in module's content sets, expands identifiers in the content
sets and populates the keys, values and lookup member variables.

param: HTMLPurifier_HTMLModule[] $modules List of HTMLPurifier_HTMLModule

generateChildDef(&$def, $module)   X-Ref
Accepts a definition; generates and assigns a ChildDef for it

param: HTMLPurifier_ElementDef $def HTMLPurifier_ElementDef reference
param: HTMLPurifier_HTMLModule $module Module that defined the ElementDef

generateChildDefCallback($matches)   X-Ref
No description

getChildDef($def, $module)   X-Ref
Instantiates a ChildDef based on content_model and content_model_type
member variables in HTMLPurifier_ElementDef

param: HTMLPurifier_ElementDef $def HTMLPurifier_ElementDef to have ChildDef extracted
param: HTMLPurifier_HTMLModule $module Module that defined the ElementDef
return: HTMLPurifier_ChildDef corresponding to ElementDef

convertToLookup($string)   X-Ref
Converts a string list of elements separated by pipes into
a lookup array.

param: string $string List of elements
return: array Lookup array of elements



Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1