Lines Matching refs:notifiers
23 public $notifiers = []; variable in cli_plugin_structtasks
46 $notifiers = $this->createNotifiers(
55 $this->processTask($task, $notifiers);
96 if ($this->testing) return $this->notifiers;
97 $notifiers = [];
102 $notifiers[] = new TodayNotifier($getConf, $getLang);
106 $notifiers[] = new ReminderNotifier($getConf, $getLang, $reminder_days);
119 $notifiers[] = new OverdueNotifier($getConf, $getLang);
122 return $notifiers;
131 function processTask($task, $notifiers) : void { argument
145 foreach ($notifiers as $n) {