| extends | HTMLPurifier_ChildDef_Required | 
|---|
Takes the contents of blockquote when in strict and reformats for validation.
| Methods | ||||||||
|---|---|---|---|---|---|---|---|---|
| 
					
	public
					
					
				 | getAllowedElements(HTMLPurifier_Config $config): array
		Get lookup of tag names that should not close this element automatically.
All other elements will do so.
	 Get lookup of tag names that should not close this element automatically. All other elements will do so. Parameters
 Overrides | # | ||||||
| 
					
	public
					
					
				 | validateChildren(array $children, HTMLPurifier_Config $config, HTMLPurifier_Context $context): array
		Validates nodes according to definition and returns modification.
	 Validates nodes according to definition and returns modification. Parameters
 Returnstrue to leave nodes as is, false to remove parent node, array of replacement children Overrides | # | ||||||
| Methods inherited from HTMLPurifier_ChildDef_Required | 
|---|
| __construct(),  | 
| Properties | |||
|---|---|---|---|
| 
	protected
					
					
				 |  | $real_elements | # | 
| 
	protected
					
					
				 |  | $fake_elements | # | 
| 
	public
					
					
				 |  | $allow_empty = true | # | 
| 
	public
					
					
				 |  | $type = 'strictblockquote' | # | 
| 
	protected
					
					
				 |  | $init = false | # | 
| Properties inherited from HTMLPurifier_ChildDef_Required | 
|---|
| $elements, $whitespace,  |