XenForo
Administrative
- Thread starter
- Admin
- #1
When generating
I think it would be useful if the actual extension class (eg.
Ideally this could even be (asynchrounsly) updated automatically when class extensions are mutated and development mode is active.
Read more about this Feed . . .
.phpstrom.meta.php
, XenForo outputs the root class (eg. XF\Entity\Post::class
).I think it would be useful if the actual extension class (eg.
SomeVendor\SomeAddOn\XF\Entity\Post::class
) was used instead.Ideally this could even be (asynchrounsly) updated automatically when class extensions are mutated and development mode is active.
Read more about this Feed . . .