Parameter
class Parameter extends Action
Parameter
Properties
protected string | $type | from Action | |
protected string | $name | ||
protected string | $value |
Methods
__construct($name, $value)
Neues Objekt
static Action
getInstanceFromArray(Array $array)
Instanz aus einem Array erstellen
string
getName()
Name
string
getValue()
Wert
Details
in Model at line 45
static Model
getInstanceFromJson(string $json)
Instanz aus einem JSON-String erstellen
at line 53
__construct($name, $value)
Neues Objekt
in Action at line 58
string
getType()
Typ der Aktion
at line 86
static Action
getInstanceFromArray(Array $array)
Instanz aus einem Array erstellen
at line 66
string
getName()
Name
at line 75
string
getValue()
Wert