Condition checking that the value of a property is false.

 Methods

{@inheritdoc}

__clone() 

Create a new instance.

__construct(string $propertyName, bool $strict, int $weight) 

Parameters

$propertyName

string

The name of the property.

$strict

bool

Flag if the comparison shall be strict (type safe).

$weight

int

The weight of this condition to apply.

{@inheritdoc}

getMatchCount(\ContaoCommunityAlliance\DcGeneral\Data\ModelInterface $model, \ContaoCommunityAlliance\DcGeneral\Data\PropertyValueBag $input) 

Parameters

$model

$input

Retrieve the property name.

getPropertyName() : string

Returns

string

Retrieve the flag if the comparison shall be strict (type safe).

getStrict() : boolean
SuppressWarnings (PHPMD.BooleanGetMethodName)

Returns

boolean

Set the flag if the comparison shall be strict (type safe).

setStrict(boolean $strict) : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Palette\Condition\Palette\PropertyFalseCondition

 Properties

 

The property name.

$propertyName : string
 

Use strict compare mode.

$strict : bool