[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 39 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DisallowAttributeSets:: (1 method):
check()
Class: DisallowAttributeSets - X-Ref
check(DOMElement $template, Tag $tag) X-Ref |
Test whether the template contains an <xsl:attribute-set/> Templates are checked outside of their stylesheet, which means we don't have access to the <xsl:attribute-set/> declarations and we can't easily test them. Attribute sets are fairly uncommon and there's little incentive to use them in small stylesheets param: DOMElement $template <xsl:template/> node param: Tag $tag Tag this template belongs to return: void |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |