| 1 | <?php |
||
| 15 | class DisallowDynamicAttributeNames extends TemplateCheck |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Test for the presence of an <xsl:attribute/> node using a dynamic name |
||
| 19 | * |
||
| 20 | * @param DOMElement $template <xsl:template/> node |
||
| 21 | * @param Tag $tag Tag this template belongs to |
||
| 22 | * @return void |
||
| 23 | */ |
||
| 24 | 1 | public function check(DOMElement $template, Tag $tag) |
|
| 35 | } |