## invoke()
The `__invoke()` public method is called when you call the **instance** as a method. Like this:(Therefore the constructor was already executed)
```php
[...]
```
Note that "property promotion" should be only used in `__construct()`.
## Hash annotations for class attributes
PHP 8 introduces annotations like this (not only for class attributes):