ComparisonTransformer
in package
Represents a "ct" node (comparison transformation) within a "pm" (property mappings) node. Compares the input value using a defined operator and comparison value.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getComparisonValue() : mixed
- getOperator() : mixed
- getProperty() : mixed
- transform() : mixed
Properties
$cV
private
mixed
$cV
$o
private
mixed
$o
$p
private
mixed
$p
Methods
__construct()
public
__construct(mixed $operator, mixed $comparisonValue, mixed $property) : mixed
Parameters
- $operator : mixed
- $comparisonValue : mixed
- $property : mixed
getComparisonValue()
public
getComparisonValue() : mixed
getOperator()
public
getOperator() : mixed
getProperty()
public
getProperty() : mixed
transform()
public
transform(mixed $inputValue) : mixed
Parameters
- $inputValue : mixed