$structureObject->siblings()
Returns all sibling elements
$structureObject->siblings(bool $self = true): Kirby\Cms\Structure
Parameters
| Name | Type | Default |
|---|---|---|
| $self | bool |
true
|
Return type
This method modifies the existing $structureobject object it is applied to and returns it again.
Parent class
Kirby\Cms\StructureObject
inherited from Kirby\Cms\Item