This trait implements https://github.com/php/php-src/pull/7390 for lower PHP versions and also emit a warning when isset() is called on undefined variable.
| Methods | ||
|---|---|---|
protected
|
warnPropertyDoesNotExist(string $name): void
|
# |
public
|
__isset(string $name): bool
|
# |
public
&
|
__get(string $name): mixed
|
# |
public
|
__set(string $name, mixed $value): void
|
# |
public
|
__unset(string $name): void
|
# |