| extends | HTMLPurifier_AttrDef | 
|---|
Validates a rel/rev link attribute against a directive of allowed values
| Methods | ||||||||
|---|---|---|---|---|---|---|---|---|
| 
					
	public
					
					
				 | __construct(string $name) | # | ||||||
| 
					
	public
					
					
				 | validate(string $string, HTMLPurifier_Config $config, HTMLPurifier_Context $context): bool|string
		Validates and cleans passed string according to a definition.
	 Validates and cleans passed string according to a definition. Parameters
 Implements | # | ||||||
| Methods inherited from HTMLPurifier_AttrDef | 
|---|
| parseCDATA(), make(), mungeRgb(), expandCSSEscape() | 
| Properties | |||
|---|---|---|---|
| 
	protected
					
					
				 |  | $name
		Name config attribute to pull.
	 Name config attribute to pull. | # | 
| Properties inherited from HTMLPurifier_AttrDef | 
|---|
| $minimized, $required |