[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/TemplateNormalizations/ -> ConvertCurlyExpressionsInText.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: 82 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ConvertCurlyExpressionsInText:: (2 methods):
  insertTextBefore()
  normalizeNode()


Class: ConvertCurlyExpressionsInText  - X-Ref

Convert simple expressions in curly brackets in text into xsl:value-of elements

Will replace
<span>{$FOO}{@bar}</span>
with
<span><xsl:value-of value="$FOO"/><xsl:value-of value="@bar"/></span>
insertTextBefore($text, $node)   X-Ref
Insert a text node before given node

param: string  $text
param: DOMNode $node
return: void

normalizeNode(DOMNode $node)   X-Ref
{@inheritdoc}




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