A base class that can be extended to protect created objects from access/read to undefined properties, and all other defensive OOP best practices
| package | Default |
|---|
__get(string $name): void
stringThe property name
__set(string $name,string $value): void
stringThe property name
stringThe property value