class Change (View source)

Change Read Model

!!! Still a bit unstable - might change in the future.

Properties

ContentStreamId $contentStreamIdentifier
NodeAggregateId $nodeAggregateIdentifier
OriginDimensionSpacePoint $originDimensionSpacePoint
bool $changed
bool $moved
bool $deleted
$removalAttachmentPoint

{RemoveNodeAggregate::$removalAttachmentPoint} for docs

Methods

__construct(ContentStreamId $contentStreamIdentifier, NodeAggregateId $nodeAggregateIdentifier, OriginDimensionSpacePoint $originDimensionSpacePoint, bool $changed, bool $moved, bool $deleted, NodeAggregateId|null $removalAttachmentPoint = null)

No description

void
addToDatabase(Connection $databaseConnection, string $tableName)

No description

void
updateToDatabase(Connection $databaseConnection, string $tableName)

No description

static Change
fromDatabaseRow(array $databaseRow)

No description

Details

__construct(ContentStreamId $contentStreamIdentifier, NodeAggregateId $nodeAggregateIdentifier, OriginDimensionSpacePoint $originDimensionSpacePoint, bool $changed, bool $moved, bool $deleted, NodeAggregateId|null $removalAttachmentPoint = null)

No description

Parameters

ContentStreamId $contentStreamIdentifier
NodeAggregateId $nodeAggregateIdentifier
OriginDimensionSpacePoint $originDimensionSpacePoint
bool $changed
bool $moved
bool $deleted
NodeAggregateId|null $removalAttachmentPoint

void addToDatabase(Connection $databaseConnection, string $tableName)

No description

Parameters

Connection $databaseConnection
string $tableName

Return Value

void

void updateToDatabase(Connection $databaseConnection, string $tableName)

No description

Parameters

Connection $databaseConnection
string $tableName

Return Value

void

static Change fromDatabaseRow(array $databaseRow)

No description

Parameters

array $databaseRow

Return Value

Change