Class HTMLPurifier_Strategy_Composite

Description

Composite strategy that runs multiple strategies on tokens.

  • abstract:

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 14248)

HTMLPurifier_Strategy
   |
   --HTMLPurifier_Strategy_Composite
Direct descendents
Class Description
HTMLPurifier_Strategy_Core Core strategy composed of the big four strategies.
Variable Summary
mixed $strategies
Method Summary
HTMLPurifier_Strategy_Composite __construct ()
void execute ( $tokens,  $config,  $context)
Variables
mixed $strategies = array() (line 14254)

List of strategies to run tokens through.

  • access: protected
Methods
Constructor __construct (line 14256)
  • abstract:
  • access: public
HTMLPurifier_Strategy_Composite __construct ()

Redefined in descendants as:
execute (line 14258)
  • access: public
void execute ( $tokens,  $config,  $context)
  • $tokens
  • $config
  • $context

Redefinition of:
HTMLPurifier_Strategy::execute()
Executes the strategy on the tokens.

Inherited Methods

Inherited From HTMLPurifier_Strategy

HTMLPurifier_Strategy::execute()

Documentation generated on Sun, 06 Mar 2011 00:24:10 -0500 by phpDocumentor 1.4.3