class NodeHiddenStateRecord (View source)

internal  
 

Node Hidden State database record

This model can be used to answer the question if a certain node has the "hidden" flag set or not.

It can NOT answer the question whether a Node is hidden because some node above it has been hidden - for that, use the Content Subgraph.

Methods

__construct(ContentStreamId|null $contentStreamId, NodeAggregateId|null $nodeAggregateId, DimensionSpacePoint|null $dimensionSpacePoint, bool $hidden)

No description

void
addToDatabase(Connection $databaseConnection, string $tableName)

No description

Details

__construct(ContentStreamId|null $contentStreamId, NodeAggregateId|null $nodeAggregateId, DimensionSpacePoint|null $dimensionSpacePoint, bool $hidden)

No description

Parameters

ContentStreamId|null $contentStreamId
NodeAggregateId|null $nodeAggregateId
DimensionSpacePoint|null $dimensionSpacePoint
bool $hidden

void addToDatabase(Connection $databaseConnection, string $tableName)

No description

Parameters

Connection $databaseConnection
string $tableName

Return Value

void