[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
Copyright: | Copyright (c) 2010-2022 The s9e authors |
License: | http://www.opensource.org/licenses/mit-license.php The MIT License |
File Size: | 153 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
getCachedParser() X-Ref |
Return a cached instance of the parser return: Parser |
getCachedRenderer() X-Ref |
Return a cached instance of the renderer return: Renderer |
getJS() X-Ref |
Return the source of the JavaScript parser if available return: string |
parse($text) X-Ref |
Parse given text using a singleton instance of the bundled Parser param: string $text Original text return: string Intermediate representation |
render($xml, array $params = []) X-Ref |
Render an intermediate representation using a singleton instance of the bundled Renderer param: string $xml Intermediate representation param: array $params Stylesheet parameters return: string Rendered result |
reset() X-Ref |
Reset the cached parser and renderer return: void |
unparse($xml) X-Ref |
Transform an intermediate representation back to its original form param: string $xml Intermediate representation return: string Original text |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |