1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-02 12:21:09 +02:00

Add documentation.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@727 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-02-05 05:23:20 +00:00
parent 64ee756b7a
commit dac7ac1eae
2 changed files with 31 additions and 1 deletions

View File

@@ -284,7 +284,11 @@ class HTMLPurifier_HTMLDefinition
}
function setupInfo() {
/**
* Sets up the info array.
* @param $config Instance of HTMLPurifier_Config
*/
function setupInfo($config) {
$this->attr_collections->setup($this->attr_types, $this->modules);
$this->content_sets->setup($this->modules);
$this->info_content_sets = $this->content_sets->lookup;