Home
last modified time | relevance | path

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

/plugin/structtasks/_test/
H A DCliTest.php57 $n = $cli->createNotifiers([3, 2, 1, 0], true);
64 $n = $cli->createNotifiers([0], true);
69 $n = $cli->createNotifiers([2, 1], false);
74 $n = $cli->createNotifiers([], false);
/plugin/structtasks/
H A Dcli.php46 $notifiers = $this->createNotifiers(
95 function createNotifiers($reminder_days, $overdue, $verbose = false) : array { function in cli_plugin_structtasks