| 1 | <?php |
||
| 16 | class DisallowDisableOutputEscaping extends TemplateCheck |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Check a template for any tag using @disable-output-escaping |
||
| 20 | * |
||
| 21 | * @param DOMElement $template <xsl:template/> node |
||
| 22 | * @param Tag $tag Tag this template belongs to |
||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | 1 | public function check(DOMElement $template, Tag $tag) |
|
| 35 | } |