[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Renderers/ -> XSLT.php (summary)

(no description)

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

Defines 1 class

XSLT:: (9 methods):
  __construct()
  __sleep()
  __wakeup()
  setParameter()
  renderRichText()
  load()
  normalizeAttribute()
  normalizeAttributes()
  normalizeElement()


Class: XSLT  - X-Ref


__construct($stylesheet)   X-Ref
Constructor

param: string $stylesheet The stylesheet used to render intermediate representations

__sleep()   X-Ref
Serializer

return: string[] List of properties to serialize

__wakeup()   X-Ref
Unserialize helper

Will reload parameters if they were changed between generation and serialization

return: void

setParameter($paramName, $paramValue)   X-Ref
{@inheritdoc}


renderRichText($xml)   X-Ref
{@inheritdoc}


load()   X-Ref
Create an XSLTProcessor and load the stylesheet

return: void

normalizeAttribute(array $m)   X-Ref
Normalize given attribute's value to use double quotes

param: string[] $m
return: string

normalizeAttributes($html)   X-Ref
Normalize all attributes in given HTML to use double quotes

param: string $html
return: string

normalizeElement(array $m)   X-Ref
Normalize attributes in given element to use double quotes

param: string[] $m
return: string



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