Class PropertyValueCondition
Condition checking that the value of a property is the same as a passed value.
- DcGeneral\DataDefinition\Palette\Condition\Property\PropertyValueCondition implements DcGeneral\DataDefinition\Palette\Condition\Property\PropertyConditionInterface
Namespace: DcGeneral\DataDefinition\Palette\Condition\Property
Located at DataDefinition/Palette/Condition/Property/PropertyValueCondition.php
Located at DataDefinition/Palette/Condition/Property/PropertyValueCondition.php
public
|
#
__construct( string $propertyName = '', mixed $propertyValue = null, boolean $strict = false )
Create a new instance. |
public
|
|
public
string
|
|
public
|
|
public
mixed
|
|
public
|
|
public
boolean
|
|
public
boolean
|
#
match(
Check if the condition match. |
public
|
protected
string
|
$propertyName |
|
#
The property name. |
protected
mixed
|
$propertyValue |
|
#
The expected property value. |
protected
boolean
|
$strict |
|
#
Use strict compare mode. |