| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 242 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHP:: (5 methods):
__construct()
getRenderer()
generate()
export()
compileTemplate()
| __construct($cacheDir = null) X-Ref |
| Constructor param: string $cacheDir If set, path to the directory where the renderer will be saved |
| getRenderer(Rendering $rendering) X-Ref |
| {@inheritdoc} |
| generate(Rendering $rendering) X-Ref |
| Generate the source for a PHP class that renders an intermediate representation according to given rendering configuration param: Rendering $rendering return: string |
| export(array $value) X-Ref |
| Export given array as PHP code param: array $value Original value return: string PHP code |
| compileTemplate($template) X-Ref |
| Compile a template to PHP param: string $template Original template return: string Compiled template |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |