trait CreateNodeHashTrait (View source)

Methods

string
createNodeHash(Node $node)

Create a string hash containing the node-aggregateId, cr-id, workspace-name, dimensionSpacePoint-hash and visibilityConstraints-hash. To be used for ensuring uniqueness or removing nodes.

Details

protected string createNodeHash(Node $node)

Create a string hash containing the node-aggregateId, cr-id, workspace-name, dimensionSpacePoint-hash and visibilityConstraints-hash. To be used for ensuring uniqueness or removing nodes.

Parameters

Node $node

Return Value

string

See also

Node::equals for comparison