interface MatchableWithNodeIdToPublishOrDiscardInterface (View source)

internal  because only relevant for commands
 

This interface must be implemented by all commands which are working with individual nodes, such that they are filterable whether they are applying their action to a NodeIdToPublish.

This is needed to publish and discard individual nodes.

Methods

bool
matchesNodeId(NodeIdToPublishOrDiscard $nodeIdToPublish)

No description

Details

bool matchesNodeId(NodeIdToPublishOrDiscard $nodeIdToPublish)

No description

Parameters

NodeIdToPublishOrDiscard $nodeIdToPublish

Return Value

bool