$arguments->find()
Find one or multiple elements by id
$arguments->find(string ...$keys): Kirby\Query\Argument|Kirby\Query\Arguments
Parameters
Name | Type | Default |
---|---|---|
...$keys | string |
no default value |
Return types
Kirby\Query\Argument
orKirby\Query\Arguments
This method does not modify the existing $arguments
object but returns a new object with the changes applied. Learn more →
Parent class
Kirby\Query\Arguments
inherited from Kirby\Toolkit\Collection