class Element extends AbstractPlugin

Allgemeines HTL-Element-Plugin

<plugin class="\Alvine\Application\Web\Presenter\Page\Plugin\UI\Element">
  <anchor href="http://www.heise.de">www.heise.de</a>
</plugin>

Properties

protected string $content from AbstractPlugin

Methods

__construct(string $content)

Neues Plugin

string
__toString()

Inhalt des Plugins

static mixed
getReplacedPlaceholderValue(mixed $value, ParameterMap $parameter)

Werte ersetzen

static Plugin
getInstance(Presenter $presenter, Node $node, ParameterMap $parameter)

Objekt initialisieren

Details

in AbstractPlugin at line 49
__construct(string $content)

Neues Plugin

Parameters

string $content

in AbstractPlugin at line 58
string __toString()

Inhalt des Plugins

Return Value

string Inhalt des Plugins

in AbstractPlugin at line 70
static mixed getReplacedPlaceholderValue(mixed $value, ParameterMap $parameter)

Werte ersetzen

Parameters

mixed $value
ParameterMap $parameter

Return Value

mixed

at line 52
static Plugin getInstance(Presenter $presenter, Node $node, ParameterMap $parameter)

Objekt initialisieren

Parameters

Presenter $presenter
Node $node
ParameterMap $parameter

Return Value

Plugin

Exceptions

PluginNotFoundException