class NodeDimension (View source)

NOTE: This is internal only and should not be used or extended by userland code.

This should be renamed to NodeDimensionMapping or something else, because it's not just a dimension but a relation entity

Properties

protected NodeData $nodeData
protected string $name
protected string $value

Methods

__construct(NodeData $nodeData, string $name, string $value)

No description

setName(string $name)

No description

string
getName()

No description

setValue(string $value)

No description

string
getValue()

No description

setNodeData(NodeData $nodeData)

No description

getNodeData()

No description

Details

__construct(NodeData $nodeData, string $name, string $value)

No description

Parameters

NodeData $nodeData
string $name
string $value

setName(string $name)

No description

Parameters

string $name

string getName()

No description

Return Value

string

setValue(string $value)

No description

Parameters

string $value

string getValue()

No description

Return Value

string

setNodeData(NodeData $nodeData)

No description

Parameters

NodeData $nodeData

NodeData getNodeData()

No description

Return Value

NodeData