XenForo
Administrative
- Thread starter
- Admin
- #1
Unlike how
Thankfully the notifier that gets created by the
Read more about this Feed . . .
Entity::getStructure can be overridden by class extensions, XF\Service\AbstractNotifier::createForJob is directly called without going via extendClass to resolve to the extended notifier to call the static function.Thankfully the notifier that gets created by the
\XF::service() does call extendClassRead more about this Feed . . .