$layouts->join()
Joins the collection elements into a string, optionally using a Closure to transform the elements
$layouts->join(string $separator = ', ', Closure|null $as = null): string
Parameters
Name | Type | Default |
---|---|---|
$separator | string |
', '
|
$as | Closure ornull |
null
|
Return type
string
This method modifies the existing $layouts
object it is applied to and returns it again.
Parent class
Kirby\Cms\Layouts
inherited from Kirby\Toolkit\Collection