class Revision extends Structure

Revisionen der einzelnen Speicherstände.

Constants

KEY

Schlüssel der Map

Properties

protected string $name from Structure
protected DateTime $created from Structure
protected string $referenceID

Methods

__construct($name, $id = null, string $reference = null)

Neue Revision

string
getName()

Names

from Structure
boolean
prepareStructure(array $structure)

Struktur aufbereiten und wenn copy-Flag gesetzt (data-content-copy=true) die UUID beibehalten.

from Structure
string
getCopy($name)

Kopie der Revision

from Structure
DateTime
getCreated()

Erstelldatum

from Structure
static Model
getInstanceFromParameterStringType(string $name, StringType $parmeter, string $id = null)

Objekt aus Parameter erstellen

from Structure

Details

at line 50
__construct($name, $id = null, string $reference = null)

Neue Revision

Parameters

$name
$id
string $reference

in Structure at line 76
string getName()

Names

Return Value

string Name

in Structure at line 88
protected boolean prepareStructure(array $structure)

Struktur aufbereiten und wenn copy-Flag gesetzt (data-content-copy=true) die UUID beibehalten.

Parameters

array $structure

Return Value

boolean

in Structure at line 116
string getCopy($name)

Kopie der Revision

Parameters

$name

Return Value

string Name

in Structure at line 135
DateTime getCreated()

Erstelldatum

Return Value

DateTime Name

in Structure at line 148
static Model getInstanceFromParameterStringType(string $name, StringType $parmeter, string $id = null)

Objekt aus Parameter erstellen

Parameters

string $name Name der Struktur
StringType $parmeter
string $id

Return Value

Model