class Collection extends AbstractImplementation

Eine Collection ist von AbstractImplementation abgeleitet, definiert aber statt der Feldklasse die Klasse \Alvine\Application\Web\View\Definition\Column.

Properties

protected Field> $fields from AbstractImplementation

Methods

__construct()

Felddefinition

string
getTypeClass(Properties $properties)

Name der Klasse

append(Field $field)

Feld hinzufügen

Field>
getFields()

Feld-Map

Field>
getField(string $key)

Bestimmtes Feld

static Collection
getInstanceFromProperties(Properties $properties)

Definition aus Konfiguration auslesen

Details

__construct()

Felddefinition

at line 43
protected string getTypeClass(Properties $properties)

Name der Klasse

Parameters

Properties $properties

Return Value

string

Collection append(Field $field)

Feld hinzufügen

Parameters

Field $field

Return Value

Collection

Field> getFields()

Feld-Map

Return Value

Field>

Field> getField(string $key)

Bestimmtes Feld

Parameters

string $key Schlüssel/Name des Feldes

Return Value

Field>

in AbstractImplementation at line 100
static Collection getInstanceFromProperties(Properties $properties)

Definition aus Konfiguration auslesen

Parameters

Properties $properties Eigenschaften

Return Value

Collection