final class DimensionShineThroughWasAdded implements EventInterface, PublishableToWorkspaceInterface, EmbedsContentStreamId, EmbedsWorkspaceName (View source)

Add a Dimension Space Point Shine-Through; basically making all content available not just in the source(original) DSP, but also in the target-DimensionSpacePoint.

NOTE: the Source Dimension Space Point must be a parent of the target Dimension Space Point.

This is needed if "de" exists, and you want to create a "de_CH" specialization.

NOTE: the target dimension space point must not contain any content.

Methods

__construct(WorkspaceName $workspaceName, ContentStreamId $contentStreamId, DimensionSpacePoint $source, DimensionSpacePoint $target)

No description

getWorkspaceName()

No description

static EventInterface
fromArray(array $values)

No description

array
jsonSerialize()

No description

Details

__construct(WorkspaceName $workspaceName, ContentStreamId $contentStreamId, DimensionSpacePoint $source, DimensionSpacePoint $target)

No description

Parameters

WorkspaceName $workspaceName
ContentStreamId $contentStreamId
DimensionSpacePoint $source
DimensionSpacePoint $target

ContentStreamId getContentStreamId()

No description

Return Value

ContentStreamId

WorkspaceName getWorkspaceName()

No description

Return Value

WorkspaceName

PublishableToWorkspaceInterface withWorkspaceNameAndContentStreamId(WorkspaceName $targetWorkspaceName, ContentStreamId $contentStreamId)

No description

Parameters

WorkspaceName $targetWorkspaceName
ContentStreamId $contentStreamId

Return Value

PublishableToWorkspaceInterface

static EventInterface fromArray(array $values)

No description

Parameters

array $values

Return Value

EventInterface

array jsonSerialize()

No description

Return Value

array