final class AddDimensionShineThrough implements CommandInterface, JsonSerializable, RebasableToOtherWorkspaceInterface (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 generalization 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

create(WorkspaceName $workspaceName, DimensionSpacePoint $source, DimensionSpacePoint $target)

No description

fromArray(array $array)

No description

array
jsonSerialize()

No description

Details

static AddDimensionShineThrough create(WorkspaceName $workspaceName, DimensionSpacePoint $source, DimensionSpacePoint $target)

No description

Parameters

WorkspaceName $workspaceName

The name of the workspace to perform the operation in

DimensionSpacePoint $source

source dimension space point

DimensionSpacePoint $target

target dimension space point

Return Value

AddDimensionShineThrough

static CommandInterface fromArray(array $array)

No description

Parameters

array $array

Return Value

CommandInterface

RebasableToOtherWorkspaceInterface createCopyForWorkspace(WorkspaceName $targetWorkspaceName)

No description

Parameters

WorkspaceName $targetWorkspaceName

Return Value

RebasableToOtherWorkspaceInterface

array jsonSerialize()

No description

Return Value

array