\midcom\datamanager\extension\transformermultiple

Experimental jsdate transformer

Summary

Methods
Properties
Constants
__construct()
transform()
reverseTransform()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
get_imploded_options()
$config
$multiple_separator
$multiple_storagemode
$others
N/A

Properties

$config

$config : 

Type

$multiple_separator

$multiple_separator : 

Type

$multiple_storagemode

$multiple_storagemode : 

Type

$others

$others : string

This member contains the other key, in case it is set. In case of multiselects, the full list of unknown keys is collected here, in case of single select, this value takes precedence from the standard selection.

This is only valid if the allow_other flag is set. TODO: still to be implentend

Type

string

Methods

__construct()

__construct(array  $config) 

Parameters

array $config

transform()

transform(  $input) 

Parameters

$input

reverseTransform()

reverseTransform(  $array) 

Parameters

$array

get_imploded_options()

get_imploded_options(array  $array) : string

Prepares the imploded storage string. All entries containing the pipe char (used as glue) will be logged and skipped silently.

Parameters

array $array

Returns

string —

The imploded data string.