OriginDimensionSpacePoint
final class OriginDimensionSpacePoint extends AbstractDimensionSpacePoint (View source)
A node's origin dimension space point. Defines in which point in the dimension space the node originates (= is "at home"). Every node has exactly ONE OriginDimensionSpacePoint, but one or more {DimensionSpacePoint}s where the node is visible.
Example: In a setup with dimension "language", a node that originates in English has English content, but might be visible in other languages via fallback mechanisms.
Methods
No description
No description
Creates a dimension space point from a legacy dimension array in format ['language' => ['es'], 'country' => ['ar']]
No description
Details
static OriginDimensionSpacePoint
fromArray(array $data)
No description
static OriginDimensionSpacePoint
fromJsonString(string $jsonString)
No description
static OriginDimensionSpacePoint
fromDimensionSpacePoint(DimensionSpacePoint $dimensionSpacePoint)
No description
final static OriginDimensionSpacePoint
fromLegacyDimensionArray(array $legacyDimensionValues)
deprecated
deprecated
Creates a dimension space point from a legacy dimension array in format ['language' => ['es'], 'country' => ['ar']]
DimensionSpacePoint
toDimensionSpacePoint()
No description