# Arguments

The Arguments class helps splitting a parameter string into processable arguments

****

- Full class name: `Kirby\Query\Arguments`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Query/Arguments.php#L22>

****

### Arguments

- [$arguments->__call()](https://getkirby.com/docs/reference/objects/query/arguments/__call.md)
- [new Arguments()](https://getkirby.com/docs/reference/objects/query/arguments/__construct.md)
- [$arguments->__debugInfo()](https://getkirby.com/docs/reference/objects/query/arguments/__debug-info.md)
- [$arguments->__get()](https://getkirby.com/docs/reference/objects/query/arguments/__get.md)
- [$arguments->__isset()](https://getkirby.com/docs/reference/objects/query/arguments/__isset.md)
- [$arguments->__set()](https://getkirby.com/docs/reference/objects/query/arguments/__set.md)
- [$arguments->__toString()](https://getkirby.com/docs/reference/objects/query/arguments/__to-string.md)
- [$arguments->__unset()](https://getkirby.com/docs/reference/objects/query/arguments/__unset.md)
- [$arguments->append()](https://getkirby.com/docs/reference/objects/query/arguments/append.md)
- [$arguments->chunk()](https://getkirby.com/docs/reference/objects/query/arguments/chunk.md)
- [$arguments->clone()](https://getkirby.com/docs/reference/objects/query/arguments/clone.md)
- [$arguments->count()](https://getkirby.com/docs/reference/objects/query/arguments/count.md)
- [$arguments->current()](https://getkirby.com/docs/reference/objects/query/arguments/current.md)
- [$arguments->data()](https://getkirby.com/docs/reference/objects/query/arguments/data.md)
- [$arguments->empty()](https://getkirby.com/docs/reference/objects/query/arguments/empty.md)
- [$arguments->extend()](https://getkirby.com/docs/reference/objects/query/arguments/extend.md)
- [Arguments::factory()](https://getkirby.com/docs/reference/objects/query/arguments/factory.md)
- [$arguments->filter()](https://getkirby.com/docs/reference/objects/query/arguments/filter.md)
- [$arguments->filterBy()](https://getkirby.com/docs/reference/objects/query/arguments/filter-by.md)
- [$arguments->find()](https://getkirby.com/docs/reference/objects/query/arguments/find.md)
- [$arguments->findBy()](https://getkirby.com/docs/reference/objects/query/arguments/find-by.md)
- [$arguments->findByKey()](https://getkirby.com/docs/reference/objects/query/arguments/find-by-key.md)
- [$arguments->first()](https://getkirby.com/docs/reference/objects/query/arguments/first.md)
- [$arguments->flip()](https://getkirby.com/docs/reference/objects/query/arguments/flip.md)
- [$arguments->get()](https://getkirby.com/docs/reference/objects/query/arguments/get.md)
- [$arguments->getAttribute()](https://getkirby.com/docs/reference/objects/query/arguments/get-attribute.md)
- [$arguments->getIterator()](https://getkirby.com/docs/reference/objects/query/arguments/get-iterator.md)
- [$arguments->group()](https://getkirby.com/docs/reference/objects/query/arguments/group.md)
- [$arguments->groupBy()](https://getkirby.com/docs/reference/objects/query/arguments/group-by.md)
- [$arguments->has()](https://getkirby.com/docs/reference/objects/query/arguments/has.md)
- [$arguments->indexOf()](https://getkirby.com/docs/reference/objects/query/arguments/index-of.md)
- [$arguments->intersection()](https://getkirby.com/docs/reference/objects/query/arguments/intersection.md)
- [$arguments->intersects()](https://getkirby.com/docs/reference/objects/query/arguments/intersects.md)
- [$arguments->isEmpty()](https://getkirby.com/docs/reference/objects/query/arguments/is-empty.md)
- [$arguments->isEven()](https://getkirby.com/docs/reference/objects/query/arguments/is-even.md)
- [$arguments->isNotEmpty()](https://getkirby.com/docs/reference/objects/query/arguments/is-not-empty.md)
- [$arguments->isOdd()](https://getkirby.com/docs/reference/objects/query/arguments/is-odd.md)
- [$arguments->join()](https://getkirby.com/docs/reference/objects/query/arguments/join.md)
- [$arguments->key()](https://getkirby.com/docs/reference/objects/query/arguments/key.md)
- [$arguments->keyOf()](https://getkirby.com/docs/reference/objects/query/arguments/key-of.md)
- [$arguments->keys()](https://getkirby.com/docs/reference/objects/query/arguments/keys.md)
- [$arguments->last()](https://getkirby.com/docs/reference/objects/query/arguments/last.md)
- [$arguments->limit()](https://getkirby.com/docs/reference/objects/query/arguments/limit.md)
- [$arguments->map()](https://getkirby.com/docs/reference/objects/query/arguments/map.md)
- [$arguments->next()](https://getkirby.com/docs/reference/objects/query/arguments/next.md)
- [$arguments->not()](https://getkirby.com/docs/reference/objects/query/arguments/not.md)
- [$arguments->nth()](https://getkirby.com/docs/reference/objects/query/arguments/nth.md)
- [$arguments->offset()](https://getkirby.com/docs/reference/objects/query/arguments/offset.md)
- [$arguments->paginate()](https://getkirby.com/docs/reference/objects/query/arguments/paginate.md)
- [$arguments->pagination()](https://getkirby.com/docs/reference/objects/query/arguments/pagination.md)
- [$arguments->pluck()](https://getkirby.com/docs/reference/objects/query/arguments/pluck.md)
- [$arguments->prepend()](https://getkirby.com/docs/reference/objects/query/arguments/prepend.md)
- [$arguments->prev()](https://getkirby.com/docs/reference/objects/query/arguments/prev.md)
- [$arguments->query()](https://getkirby.com/docs/reference/objects/query/arguments/query.md)
- [$arguments->random()](https://getkirby.com/docs/reference/objects/query/arguments/random.md)
- [$arguments->remove()](https://getkirby.com/docs/reference/objects/query/arguments/remove.md)
- [$arguments->resolve()](https://getkirby.com/docs/reference/objects/query/arguments/resolve.md)
- [$arguments->rewind()](https://getkirby.com/docs/reference/objects/query/arguments/rewind.md)
- [$arguments->set()](https://getkirby.com/docs/reference/objects/query/arguments/set.md)
- [$arguments->shuffle()](https://getkirby.com/docs/reference/objects/query/arguments/shuffle.md)
- [$arguments->slice()](https://getkirby.com/docs/reference/objects/query/arguments/slice.md)
- [$arguments->sort()](https://getkirby.com/docs/reference/objects/query/arguments/sort.md)
- [Arguments::sortArgs()](https://getkirby.com/docs/reference/objects/query/arguments/sort-args.md)
- [$arguments->sortBy()](https://getkirby.com/docs/reference/objects/query/arguments/sort-by.md)
- [$arguments->toArray()](https://getkirby.com/docs/reference/objects/query/arguments/to-array.md)
- [$arguments->toJson()](https://getkirby.com/docs/reference/objects/query/arguments/to-json.md)
- [$arguments->toString()](https://getkirby.com/docs/reference/objects/query/arguments/to-string.md)
- [$arguments->valid()](https://getkirby.com/docs/reference/objects/query/arguments/valid.md)
- [$arguments->values()](https://getkirby.com/docs/reference/objects/query/arguments/values.md)
- [$arguments->when()](https://getkirby.com/docs/reference/objects/query/arguments/when.md)
- [$arguments->without()](https://getkirby.com/docs/reference/objects/query/arguments/without.md)