Content
abstract class Content extends AbstractPlugin implements Filenames
Das Content-Plugin bindet unterschiedliche HTML-Dateien ein.
<plugin class="\Alvine\Application\Web\Presenter\Page\Plugin\Html\Content">
<template></template>
</plugin>
Constants
TEMPLATE |
Name des Template-Tags |
TEMPLATES |
Name des Templates-Tags |
DATASETS |
Name des Dataset-Tags |
DATASET |
Dataset-Tags |
LISTKEY |
List-KEY-Tags |
INCLUDEATTRIBUTE |
Name des Include-Attributes |
TYPE |
Type |
Properties
protected string | $content | from AbstractPlugin |
Methods
static mixed
getReplacedPlaceholderValue(mixed $value, ParameterMap $parameter)
Werte ersetzen
from AbstractPlugin
static string
static Plugin
Details
in AbstractPlugin at line 47
__construct(string $content)
Neues Plugin
in AbstractPlugin at line 56
string
__toString()
Inhalt des Plugins
in AbstractPlugin at line 68
static mixed
getReplacedPlaceholderValue(mixed $value, ParameterMap $parameter)
Werte ersetzen
at line 86
static protected string
getConcatenatedContent(Presenter $presenter, Node $node, ParameterMap $map)
Templates holen
at line 106
static Plugin
getInstance(Presenter $presenter, Node $node, ParameterMap $map)
Objekt initialisieren