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
string
The property name
__set(string $name, string $value) : void
string
The property name
string
The property value