Implode
class Implode extends Mutator (View source)
Implode an array or iterable value.
Methods
__construct(string $glue = '', string $finalGlue = null)
No description
mixed
mutate(mixed $value)
Mutate the input value.
Details
__construct(string $glue = '', string $finalGlue = null)
No description
static Implode
make(string $glue = '', string $finalGlue = null)
No description
mixed
mutate(mixed $value)
Mutate the input value.