iterator.implode

Implode ViewHelper

Implodes an array or array-convertible object by $glue.

Arguments

content

DataType
mixed
Required
false
Description
Array or array-convertible object to be imploded by glue

glue

DataType
string
Default
‘,’
Required
false
Description
String used as glue in the string to be exploded. To use a constant (like PHP_EOL) use v:const to read it.

as

DataType
string
Required
false
Description
Template variable name to assign; if not specified the ViewHelper returns the variable instead.