XF\Job\Notifier does not use extendClass before calling createForJob static function

Status
This content is read-only, or is not open for further replies.

Xon

Guest
offline
Unlike how 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 extendClass

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom