Condition checking that the value of a property is true.
__clone()
__construct(string $propertyName, bool $strict)
stringThe name of the property.
boolFlag if the comparison shall be strict (type safe).
getPropertyName() : string
stringgetStrict() : boolean
| SuppressWarnings | (PHPMD.BooleanGetMethodName) |
|---|
booleanmatch(\ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model, \ContaoCommunityAlliance\DcGeneral\Data\PropertyValueBag $input, \ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface $property, \ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface $legend)
setPropertyName(string $propertyName) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\Condition\Property\PropertyTrueCondition
stringThe property name.
setStrict(boolean $strict) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\Condition\Property\PropertyTrueCondition
booleanThe flag.
$propertyName : string
$strict : bool