Home
last modified time | relevance | path

Searched refs:setPid (Results 1 – 9 of 9) sorted by relevance

/plugin/blogtng/helper/
H A Dtags.php31 public function setPid($pid) { function in helper_plugin_blogtng_tags
60 $this->setPid($pid);
H A Dlinkback.php53 $comment->setPid(md5($id));
H A Dentry.php171 $this->taghelper->setPid($this->entry['pid']);
580 $this->commenthelper->setPid($this->entry['pid']);
597 $this->commenthelper->setPid($this->entry['pid']);
947 $this->commenthelper->setPid($this->entry['pid']);
H A Dcomments.php34 public function setPid($pid) { function in helper_plugin_blogtng_comments
/plugin/blogtng/action/
H A Dentry.php51 $this->commenthelper->setPid($pid);
/plugin/tagging/helper/
H A Dquerybuilder.php141 public function setPid($pid) function in helper_plugin_tagging_querybuilder
/plugin/blogtng/entities/
H A DComment.php428 public function setPid($pid) function in dokuwiki\\plugin\\blogtng\\entities\\Comment
/plugin/tagging/
H A Dhelper.php165 if (isset($filter['pid'])) $queryBuilder->setPid($filter['pid']);
652 if (isset($parsedQuery['pid'])) $queryBuilder->setPid($parsedQuery['pid']);
/plugin/blogtng/
H A Dadmin.php574 $this->commenthelper->setPid($entry['pid']);
885 $comment->setPid($INPUT->post->str('comment-pid'));