RendererWorker
extends AbstractWorker
in package
implements
RendererWorkerInterface
Clase para los renderizadores.
Table of Contents
Interfaces
- RendererWorkerInterface
- Interfaz para los renderizadores.
Properties
- $optionsSchema : array<string|int, mixed>
- {@inheritdoc}
Methods
- render() : string
- Realiza el renderizado del documento.
Properties
$optionsSchema
{@inheritdoc}
protected
array<string|int, mixed>
$optionsSchema
= ['__allowUndefinedKeys' => true, 'strategy' => ['types' => 'string', 'default' => 'template.estandar']]
Methods
render()
Realiza el renderizado del documento.
public
render(DocumentBagInterface $bag) : string
Parameters
- $bag : DocumentBagInterface
-
Contenedor con los datos del documento a renderizar.
Return values
string —Datos binarios del renderizado.