# Path

A wrapper around an URL path that converts the path into a Kirby stack

****

- Full class name: `Kirby\Http\Path`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Http/Path.php#L20>

****

### Path

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