-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
questionFurther information is requestedFurther information is requested
Description
As you know, a zend-mvc view has fields that __get can return, used like this:
$page = $this->getView()->page;
PHPStan says Access to an undefined property which makes sense.
Ondre recommends a @property above the class, which doesn't work in this case, because I don't own PhpRenderer.php
Before I trudge down the PropertiesClassReflectionExtension path, have you done any work on this, or do you have an easier solution?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested