class DefaultPricelist extends ObjectMap implements Pricelist

DefaultBuilder

Properties

protected string $name
protected Tags $tags

Methods

__construct(string $name, Tags $tags = null)

Preisliste

string
getName()

Name

Tags
getTags()

Tags

array
toArray()

Werte als Array

Details

at line 52
__construct(string $name, Tags $tags = null)

Preisliste

Parameters

string $name
Tags $tags

at line 66
string getName()

Name

Return Value

string

at line 75
Tags getTags()

Tags

Return Value

Tags

at line 87
array toArray()

Werte als Array

Die Werte werden nicht angepasst und Maps und Collection bleiben Objekte.

Return Value

array