[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/Exceptions/ -> UnsafeTemplateException.php (summary)

(no description)

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

Defines 1 class

UnsafeTemplateException:: (4 methods):
  __construct()
  getNode()
  highlightNode()
  setNode()


Class: UnsafeTemplateException  - X-Ref


__construct($msg, DOMNode $node)   X-Ref

param: string  $msg  Exception message
param: DOMNode $node The node that is responsible for this exception

getNode()   X-Ref
Return the node that has caused this exception

return: DOMNode

highlightNode($prepend = '<span style="background-color:)   X-Ref
Highlight the source of the template that has caused this exception, with the node highlighted

param: string $prepend HTML to prepend
param: string $append  HTML to append
return: string          Template's source, as HTML

setNode(DOMNode $node)   X-Ref
Change the node associated with this exception

param: DOMNode $node
return: void



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