class Dataset extends Dataset implements Container

Container-Objekt für Datasets

Traits

Implementierung des Container-Interfaces und der Verwaltungsfunktionen eines Containers.

Properties

protected string $state from Implementation
protected History $history from Implementation
protected string $workflow from Implementation

Methods

setState(State $state)

Setzt den Status

State|null
getState()

Status

getHistory()

Historie des Containers

log(Entry $log)

Logeintrag für Änderungen am Container einfügen

string
getWorkflow()

No description

setWorkflow(string $workflow)

No description

__toString()

No description

Details

in Implementation at line 61
Container setState(State $state)

Setzt den Status

Parameters

State $state

Return Value

Container

in Implementation at line 77
State|null getState()

Status

Return Value

State|null

in Implementation at line 86
History getHistory()

Historie des Containers

Return Value

History

in Implementation at line 101
Container log(Entry $log)

Logeintrag für Änderungen am Container einfügen

Parameters

Entry $log

Return Value

Container

in Implementation at line 117
string getWorkflow()

Return Value

string

Exceptions

NullException

in Implementation at line 131
Container setWorkflow(string $workflow)

Parameters

string $workflow

Return Value

Container

in Implementation at line 139
__toString()