deprecated-packages / reveal-src

Static analysis for your templates is here!
9 stars 3 forks source link

[Latte phpstan compiler] Presenter links in same module or presenter #26

Closed lulco closed 2 years ago

lulco commented 2 years ago

In presenter templates, we can use links in 3 forms:

If we want to find correct presenter, we need full link (module (if exists) + presenter + action).

In this PR we achieved this with variable "actualclass" from variablesAndTypes.

TomasVotruba commented 2 years ago

👏