Lines Matching refs:verbose
41 public function notify($verbose = true) { argument
42 if (!$this->initialise($verbose)) {
49 $verbose
54 if ($verbose) $this->notice(sprintf($this->getLang('msg_processing'), $task));
64 public function initialise($verbose = false) : bool { argument
66 if ($verbose) $this->error($this->getLang('msg_no_auth'));
75 if ($verbose) $this->error(
79 if ($verbose) $this->success(
92 * @param bool $verbose Whether to print status messages
95 function createNotifiers($reminder_days, $overdue, $verbose = false) : array { argument
103 if ($verbose) $this->notice($this->getLang('msg_today_notifier'));
107 if ($verbose) {
120 if ($verbose) $this->notice($this->getLang('msg_overdue_notifier'));