class TagConditionGenerator extends ConditionGenerator (View source)

A SQL condition generator, supporting special SQL constraints for tags

Properties

protected string $entityType

Methods

bool
isType(string $entityType)

No description

PropertyConditionGenerator
isLabeled(string $tagLabel)

No description

PropertyConditionGenerator
hasId(string $tagIdentifier)

No description

Details

bool isType(string $entityType)

No description

Parameters

string $entityType

Return Value

bool

Exceptions

InvalidPrivilegeException

PropertyConditionGenerator isLabeled(string $tagLabel)

No description

Parameters

string $tagLabel

Return Value

PropertyConditionGenerator

PropertyConditionGenerator hasId(string $tagIdentifier)

No description

Parameters

string $tagIdentifier

Return Value

PropertyConditionGenerator