Lines Matching refs:entryhelper
17 protected $entryhelper = null; variable in admin_plugin_blogtng
55 $this->entryhelper = plugin_load('helper', 'blogtng_entry');
131 $blogs = $this->entryhelper->getAllBlogs();
133 $this->entryhelper->load_by_pid($pid);
134 $this->entryhelper->entry['blog'] = $blog;
135 $this->entryhelper->save();
146 $this->entryhelper->load_by_pid($pid);
147 $this->entryhelper->entry['commentstatus'] = $status;
148 $this->entryhelper->save();
707 $this->entryhelper->load_by_pid($comment->getPid());
708 …$pagelink = html_wikilink(':'.$this->entryhelper->entry['page'], $this->entryhelper->entry['title'…
730 $this->entryhelper->load_by_pid($comment->getPid());
731 $blogname = $this->entryhelper->get_blog();
766 $availableoptions = $this->entryhelper->getAllBlogs();
825 $blogs = $this->entryhelper->getAllBlogs();