Class HTMLPurifier_Strategy_Composite

Description

Composite strategy that runs multiple strategies on tokens.

Composite strategy that runs multiple strategies on tokens.

  • abstract:

Located in /library/HTMLPurifier/Strategy/Composite.php (line 6)

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 12)

List of strategies to run tokens through.

List of strategies to run tokens through.

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

Redefined in descendants as:
execute (line 16)
  • 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 Thu, 19 Jun 2008 18:48:56 -0400 by phpDocumentor 1.4.2