Home
last modified time | relevance | path

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

/plugin/bez/mdl/
H A DEntity.php163 protected function getMailSubject() { function in dokuwiki\\plugin\\bez\\mdl\\Entity
174 $mailer->subject($this->getMailSubject());
H A DThread.php465 protected function getMailSubject()
467 return parent::getMailSubject() . ' #'.$this->id. ' ' .$this->title;
464 protected function getMailSubject() global() function in dokuwiki\\plugin\\bez\\mdl\\Thread
H A DTask.php529 protected function getMailSubject()
531 return parent::getMailSubject() . ' #z'.$this->id. ' ' . $this->task_program_name; // TODO: Change the autogenerated stub
528 protected function getMailSubject() global() function in dokuwiki\\plugin\\bez\\mdl\\Task