NamedChildNodeByNodeIdCache
final class NamedChildNodeByNodeIdCache (View source)
| internal |
Parent Node ID + Node Name => Child Node
Properties
| protected Node>> | $nodes | first level: Parent Node ID Second Level: Node Name Value: Node |
Methods
Details
void
add(NodeAggregateId $parentNodeAggregateId, NodeName|null $nodeName, Node $node)
No description
bool
contains(NodeAggregateId $parentNodeAggregateId, NodeName $nodeName)
No description
Node|null
get(NodeAggregateId $parentNodeAggregateId, NodeName $nodeName)
No description