Skip to content

Kirby 5.0.4

$layoutColumns->__set()

Internal setter for each object in the Collection; override from the Toolkit Collection is needed to make the CMS collections case-sensitive; child classes can override it again to add validation and custom behavior depending on the object type

$layoutColumns->__set(string $id, Kirby\Cms\LayoutColumn $object): void

Parameters

Name Type Default
$idrequired string no default value
$objectrequired Kirby\Cms\LayoutColumn no default value

Parent class

Kirby\Cms\LayoutColumns inherited from Kirby\Cms\Collection