$pluginassets->extend()
Adds all elements to the collection
$pluginassets->extend(mixed $items): Kirby\Cms\PluginAssets
Parameters
Name | Type | Default |
---|---|---|
$items * | mixed |
– |
Return type
This method does not modify the existing $pluginassets
object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Cms\PluginAssets
inherited from Kirby\Toolkit\Collection