Searched refs:createNotifiers (Results 1 – 2 of 2) sorted by relevance
/plugin/structtasks/_test/ |
H A D | CliTest.php | 57 $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 D | cli.php | 46 $notifiers = $this->createNotifiers( 95 function createNotifiers($reminder_days, $overdue, $verbose = false) : array { function in cli_plugin_structtasks
|