Home
last modified time | relevance | path

Searched refs:add_notification (Results 1 – 3 of 3) sorted by relevance

/plugin/bez/ctl/
H A Dtask.php38 $this->add_notification($this->getLang('task_unsubscribed_com'));
45 …$this->add_notification($this->model->userFactory->get_user_email($client), $this->getLang('invita…
54 $this->add_notification($notif);
H A Dthread.php60 $this->add_notification($this->getLang('unsubscribed_com'));
68 …$this->add_notification($this->model->userFactory->get_user_email($client), $this->getLang('invita…
77 $this->add_notification($notif);
/plugin/bez/action/
H A Ddefault.php26 private function add_notification($value, $header=NULL) { function in action_plugin_bez_default