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