Condition for specifying an explicit boolean value (Useful for determining if a property shall be editable i.e.).
__clone()
__construct(bool $value)
boolThe value to use.
getValue() : bool
| SuppressWarnings | (PHPMD.BooleanGetMethodName) |
|---|
boolmatch(\ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model, \ContaoCommunityAlliance\DcGeneral\Data\PropertyValueBag $input, \ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\PropertyInterface $property, \ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\LegendInterface $legend)
setValue(bool $value) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\Condition\Property\BooleanCondition
boolThe value to use.
$value : bool