[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

Defines 1 class

Rendering:: (6 methods):
  __construct()
  getAllParameters()
  getEngine()
  getRenderer()
  getTemplates()
  setEngine()


Class: Rendering  - X-Ref


__construct(Configurator $configurator)   X-Ref
Constructor

param: Configurator $configurator

getAllParameters()   X-Ref
Get all the parameters defined and/or used in all the templates

return: array Associative array of parameters names and their default value

getEngine()   X-Ref
Return the renderer generator used by this instance

return: RendererGenerator

getRenderer()   X-Ref
Return an instance of Renderer based on the current config

return: Renderer

getTemplates()   X-Ref
Get the templates defined in all the targs

return: array Associative array of template names and content

setEngine($engine)   X-Ref
Set the RendererGenerator instance used

NOTE: extra parameters are passed to the RendererGenerator's constructor

param: string|RendererGenerator $engine Engine name or instance of RendererGenerator
return: RendererGenerator                Instance of RendererGenerator



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