Home
last modified time | relevance | path

Searched refs:days_before (Results 1 – 2 of 2) sorted by relevance

/plugin/structtasks/meta/
H A DReminderNotifier.php21 private $days_before; variable in dokuwiki\\plugin\\structtasks\\meta\\ReminderNotifier
29 array $days_before = [1]) { argument
31 $this->days_before = $days_before;
39 return $this->days_before;
49 if (in_array($days, $this->days_before)) {
/plugin/bez/cron/
H A Dfunctions.php29 $days_before = $action->getConf('task_remaind_days_before');
30 $days_before = array_map('trim', explode(',', $days_before));
32 if (count($days_before) == 0) {
36 foreach($days_before as $day) {