HTMLPurifier_Strategy_ValidateAttributes
extends HTMLPurifier_Strategy
in package
Validate all attributes in the tokens.
Table of Contents
Methods
- execute() : array<string|int, HTMLPurifier_Token>
- Executes the strategy on the tokens.
Methods
execute()
Executes the strategy on the tokens.
public
execute(array<string|int, HTMLPurifier_Token> $tokens, HTMLPurifier_Config $config, HTMLPurifier_Context $context) : array<string|int, HTMLPurifier_Token>
Parameters
- $tokens : array<string|int, HTMLPurifier_Token>
- $config : HTMLPurifier_Config
- $context : HTMLPurifier_Context