Documentation

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
author

DeviceAtlas Limited

Table of Contents

Properties

$cV  : mixed
$o  : mixed
$p  : mixed

Methods

__construct()  : mixed
getComparisonValue()  : mixed
getOperator()  : mixed
getProperty()  : mixed
transform()  : mixed

Properties

Methods

__construct()

public __construct(mixed $operator, mixed $comparisonValue, mixed $property) : mixed
Parameters
$operator : mixed
$comparisonValue : mixed
$property : mixed

        
On this page

Search results