ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
HTMLPurifier_Strategy_Core Class Reference

Core strategy composed of the big four strategies. More...

+ Inheritance diagram for HTMLPurifier_Strategy_Core:
+ Collaboration diagram for HTMLPurifier_Strategy_Core:

Public Member Functions

 __construct ()
- Public Member Functions inherited from HTMLPurifier_Strategy_Composite
 execute ($tokens, $config, $context)
 Executes the strategy on the tokens.

Additional Inherited Members

- Protected Attributes inherited from HTMLPurifier_Strategy_Composite
 $strategies = array()
 List of strategies to run tokens through.

Detailed Description

Core strategy composed of the big four strategies.

Definition at line 6 of file Core.php.

Constructor & Destructor Documentation

HTMLPurifier_Strategy_Core::__construct ( )

Definition at line 9 of file Core.php.

{
$this->strategies[] = new HTMLPurifier_Strategy_RemoveForeignElements();
$this->strategies[] = new HTMLPurifier_Strategy_MakeWellFormed();
$this->strategies[] = new HTMLPurifier_Strategy_FixNesting();
$this->strategies[] = new HTMLPurifier_Strategy_ValidateAttributes();
}

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