Searched refs:getCid (Results 1 – 4 of 4) sorted by relevance
14 …<a href="<?php $entry->tpl_link('comment_'.$comment->getCid())?>" class="wikilink1"><?php $entry->…
104 if (!empty($comment->getCid())) {119 $comment->getCid()258 …'URL' => wl($entry['page'],'',true).($comment->getCid() ? '#comment_'.$comment->getCid() :…
679 …type="checkbox" class="comment_cid" name="comments-cids[]" value="' . $comment->getCid() . '" />');716 'comment-cid'=>$comment->getCid(),791 $form->addHidden('comment-cid', $comment->getCid());
276 public function getCid() function in dokuwiki\\plugin\\blogtng\\entities\\Comment