class Form extends AbstractPlugin

Formularplugin

absenden

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)

Neue Instanz

Details

in AbstractPlugin at line 48
__construct(string $content)

Neues Plugin

Parameters

string $content

in AbstractPlugin at line 57
string __toString()

Inhalt des Plugins

Return Value

string Inhalt des Plugins

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

Werte ersetzen

Parameters

mixed $value
ParameterMap $parameter

Return Value

mixed

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

Neue Instanz

Parameters

Presenter $presenter
Node $node
ParameterMap $parameter

Return Value

Plugin

Exceptions

RouteException
PluginNotFoundException