$item->siblings()
Returns all sibling elements
$item->siblings(bool $self = true): Kirby\Cms\Items
Parameters
Name | Type | Default |
---|---|---|
$self | bool |
true
|
Return type
This method modifies the existing $item
object it is applied to and returns it again.