[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/TemplateNormalizations/ -> InlineAttributes.php (summary)

(no description)

Copyright: Copyright (c) 2010-2022 The s9e authors
License: http://www.opensource.org/licenses/mit-license.php The MIT License
File Size: 53 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

InlineAttributes:: (1 method):
  normalizeElement()


Class: InlineAttributes  - X-Ref

Inline the xsl:attribute declarations of a template

Will replace
<a><xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>...</a>
with
<a href="{@url}">...</a>
normalizeElement(DOMElement $element)   X-Ref
{@inheritdoc}




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1