Field::getValues()

Version 3.8

Technical values

Get all Technical valuesin array. Some fieldtypes may have multiple values, like join or selection.

Return value

mixed

Full documentation

Show list of all selected values in selection -type:

foreach ( $Product->accessories->getValues() as $value ){ $txt .= "

  • {$value}"; }