Home
last modified time | relevance | path

Searched refs:getCid (Results 1 – 4 of 4) sorted by relevance

/plugin/blogtng/tpl/default/
H A Drecentcomments.php14 …<a href="<?php $entry->tpl_link('comment_'.$comment->getCid())?>" class="wikilink1"><?php $entry->…
/plugin/blogtng/helper/
H A Dcomments.php104 if (!empty($comment->getCid())) {
119 $comment->getCid()
258 …'URL' => wl($entry['page'],'',true).($comment->getCid() ? '#comment_'.$comment->getCid() :…
/plugin/blogtng/
H A Dadmin.php679 …type="checkbox" class="comment_cid" name="comments-cids[]" value="' . $comment->getCid() . '" />');
716 'comment-cid'=>$comment->getCid(),
791 $form->addHidden('comment-cid', $comment->getCid());
/plugin/blogtng/entities/
H A DComment.php276 public function getCid() function in dokuwiki\\plugin\\blogtng\\entities\\Comment