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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user