$prepareValue

adjusts the value that is going to be set to the format expected by the control

function $prepareValue;
Details

The function is called automatically by the setValue or when a control is going to be rendered.

It takes the control value as a parameter and returns the processed value.

Not supposed for direct calls.

See also
Back to top