PropertyMappingSource
in package
Represents a single property mapping source for a property mapping. An identifier transformation can contain a trim transformation OR a list of comparison transformations.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getComparisonTransformers() : mixed
- getInput() : mixed
- getTrimTransformer() : mixed
- hasComparisonTransformers() : mixed
- hasTrimTransformer() : mixed
Properties
$cT
private
mixed
$cT
$i
private
mixed
$i
$tT
private
mixed
$tT
Methods
__construct()
public
__construct(mixed $input, mixed $trimTransformer, mixed $comparisonTransformers) : mixed
Parameters
- $input : mixed
- $trimTransformer : mixed
- $comparisonTransformers : mixed
getComparisonTransformers()
public
getComparisonTransformers() : mixed
getInput()
public
getInput() : mixed
getTrimTransformer()
public
getTrimTransformer() : mixed
hasComparisonTransformers()
public
hasComparisonTransformers() : mixed
hasTrimTransformer()
public
hasTrimTransformer() : mixed