# Obj

Super simple stdClass extension with magic getter methods for all properties

****

- Full class name: `Kirby\Toolkit\Obj`
- Alias: `Obj`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Toolkit/Obj.php#L18>

****

### Obj

- [$obj->__call()](https://getkirby.com/docs/reference/objects/toolkit/obj/__call.md)
- [new Obj()](https://getkirby.com/docs/reference/objects/toolkit/obj/__construct.md)
- [$obj->__debugInfo()](https://getkirby.com/docs/reference/objects/toolkit/obj/__debug-info.md)
- [$obj->__get()](https://getkirby.com/docs/reference/objects/toolkit/obj/__get.md)
- [$obj->get()](https://getkirby.com/docs/reference/objects/toolkit/obj/get.md)
- [$obj->toArray()](https://getkirby.com/docs/reference/objects/toolkit/obj/to-array.md)
- [$obj->toJson()](https://getkirby.com/docs/reference/objects/toolkit/obj/to-json.md)
- [$obj->toKeys()](https://getkirby.com/docs/reference/objects/toolkit/obj/to-keys.md)