Application
Table of Contents
Interfaces
- SettingsContainerInterface
- a generic container with magic getter and setter
Classes
- ThrowOnInvalidProperty
- Tells the magic get/set methods whether to throw when a properety is inaccessible
- SettingsContainerAbstract
- ContainerTest
- PropertyHooksTest
- Tests to ensure that properties with hooks (PHP 8.4+) produce the same results as the custom get/set methods
- ExceptionTestContainer
- PropertyHooksContainer
- TestContainer