NodeReferencesToWrite
final class NodeReferencesToWrite implements IteratorAggregate (View source)
Node references to write
As we support property values on the reference this definition object structure will be converted to its Serialized* counterparts. These serializable objects will then be part of the events and persisted commands. See {\Neos\ContentRepository\Core\Feature\NodeReferencing\Dto\SerializedNodeReferences}
Properties
| NodeReferencesForName> | $referencesForName |
Methods
static NodeReferencesToWrite
createEmpty()
No description
static NodeReferencesToWrite
static NodeReferencesToWrite
fromArray(array $references)
No description
getIterator()
No description
bool
isEmpty()
No description
Details
static NodeReferencesToWrite
createEmpty()
No description
static NodeReferencesToWrite
create(NodeReferencesForName ...$referencesForName)
No description
static NodeReferencesToWrite
fromArray(array $references)
No description
NodeReferencesToWrite
withReference(NodeReferencesForName $referencesForName)
No description
NodeReferencesToWrite
merge(NodeReferencesToWrite $other)
No description
Traversable
getIterator()
No description
bool
isEmpty()
No description