class AssetTagConditionGenerator implements SqlGeneratorInterface (View source)

Condition generator covering Asset <-> Tag relations (M:M relations are not supported by the Flow PropertyConditionGenerator yet)

Properties

protected EntityManagerInterface $entityManager
protected string $tagLabelOrIdentifier

Methods

__construct(string $tagLabelOrIdentifier)

No description

string
getSql(SQLFilter $sqlFilter, ClassMetadata $targetEntity, string $targetTableAlias)

No description

Details

__construct(string $tagLabelOrIdentifier)

No description

Parameters

string $tagLabelOrIdentifier

string getSql(SQLFilter $sqlFilter, ClassMetadata $targetEntity, string $targetTableAlias)

No description

Parameters

SQLFilter $sqlFilter
ClassMetadata $targetEntity

Metadata object for the target entity to create the constraint for

string $targetTableAlias

The target table alias used in the current query

Return Value

string