[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/TemplateChecks/ -> DisallowObjectParamsWithGeneratedName.php (summary)

(no description)

File Size: 41 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DisallowObjectParamsWithGeneratedName:: (1 method):
  check()


Class: DisallowObjectParamsWithGeneratedName  - X-Ref


check(DOMElement $template, Tag $tag)   X-Ref
Check for <param> elements with a generated "name" attribute

This check will reject <param> elements whose "name" attribute is generated by an
<xsl:attribute/> element. This is a setup that has no practical use and should be eliminated
because it makes it much harder to check the param's name, and therefore infer the type of
content it expects

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