Flow PHP

PHPValueNormalizer

Read onlyYes
FinalYes

Properties

$attributePrefix  : string
$dateTimeFormat  : string
$listElementName  : string
$mapElementKeyName  : string
$mapElementName  : string
$mapElementValueName  : string

Methods

__construct()  : mixed
normalize()  : XMLNode|XMLAttribute

Properties

Methods

__construct()

public __construct(Caster $caster[, string $attributePrefix = '_' ][, string $dateTimeFormat = 'Y-m-dTH:i:s.uP' ][, string $listElementName = 'element' ][, string $mapElementName = 'element' ][, string $mapElementKeyName = 'key' ][, string $mapElementValueName = 'value' ]) : mixed
Parameters
$caster : Caster
$attributePrefix : string = '_'
$dateTimeFormat : string = 'Y-m-dTH:i:s.uP'
$listElementName : string = 'element'
$mapElementName : string = 'element'
$mapElementKeyName : string = 'key'
$mapElementValueName : string = 'value'

        
On this page

Search results