Comment to 'how to extend method'
  • Hello Kanna !

    The best way is in the using of service call like:

    BxDolService::call('bx_events', 'process_reminders');

    The service way allows calling the necessary module's code without attempts to require their files properly etc.