HTMLPurifier 4.4.0
HTMLPurifier_Strategy_ValidateAttributes Class Reference

Validate all attributes in the tokens. More...

Inheritance diagram for HTMLPurifier_Strategy_ValidateAttributes:
HTMLPurifier_Strategy HTMLPurifier_Strategy

List of all members.

Public Member Functions

 execute ($tokens, $config, $context)
 Executes the strategy on the tokens.
 execute ($tokens, $config, $context)
 Executes the strategy on the tokens.

Detailed Description

Validate all attributes in the tokens.

Definition at line 7 of file ValidateAttributes.php.


Member Function Documentation

HTMLPurifier_Strategy_ValidateAttributes::execute ( tokens,
config,
context 
)

Executes the strategy on the tokens.

Parameters:
$tokensArray of HTMLPurifier_Token objects to be operated on.
$configConfiguration options
Returns:
Processed array of token objects.

Reimplemented from HTMLPurifier_Strategy.

Definition at line 10 of file ValidateAttributes.php.

References $config.

HTMLPurifier_Strategy_ValidateAttributes::execute ( tokens,
config,
context 
)

Executes the strategy on the tokens.

Parameters:
$tokensArray of HTMLPurifier_Token objects to be operated on.
$configConfiguration options
Returns:
Processed array of token objects.

Reimplemented from HTMLPurifier_Strategy.

Definition at line 16519 of file HTMLPurifier.standalone.php.

References $config.


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