Home
last modified time | relevance | path

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

/plugin/blogtng/helper/
H A Dcomments.php113 $comment->getMail(),
150 $comment->getMail(),
170 $comment->getMail()
179 $this->subscribe($comment->getPid(),$comment->getMail());
253 'MAIL' => $comment->getMail(),
287 if($row['mail'] == $comment->getMail()) continue;
/plugin/blogtng/
H A Dadmin.php691 if($comment->getMail()){
692 …ptln('<a href="mailto:' . hsc($comment->getMail()) . '" class="mail" title="' . hsc($comment->getM…
800 …$form->addElement(form_makeTextField('comment-mail', $comment->getMail(), $this->getLang('comment_…
/plugin/blogtng/entities/
H A DComment.php324 public function getMail() function in dokuwiki\\plugin\\blogtng\\entities\\Comment