Lines Matching refs:entryhelper
13 var $entryhelper = null; variable in action_plugin_blogtng_edit
25 $this->entryhelper = plugin_load('helper', 'blogtng_entry');
60 $this->entryhelper->load_by_pid($pid);
61 $isNotExistingBlog = $this->entryhelper->entry['blog'] === null;
63 $blog = $this->entryhelper->get_blog();
66 $blogs = $this->entryhelper->getAllBlogs();
96 $commentstatus = $this->entryhelper->entry['commentstatus'];
114 $created = $this->entryhelper->entry['created'];
163 $this->entryhelper->load_by_pid($pid);
164 $isNotExistingBlog = $this->entryhelper->entry['blog'] === null;
170 $blog = $this->entryhelper->get_blog();
175 $blogs = $this->entryhelper->getAllBlogs();
211 $commentstatus = $this->entryhelper->entry['commentstatus'];
231 $created = $this->entryhelper->entry['created'];
295 $blogs = $this->entryhelper->getAllBlogs();
301 $this->entryhelper->poke();
305 $this->entryhelper->load_by_pid($pid);
308 $this->entryhelper->set($entry);
310 $this->entryhelper->entry['blog'] = $blog;
311 … $this->entryhelper->entry['commentstatus'] = $INPUT->post->str('post-commentstatus');
314 if (empty($this->entryhelper->entry['page'])) {
315 $this->entryhelper->entry['page'] = $ID;
330 $this->entryhelper->entry['created'] = $time;
333 $this->entryhelper->save();
386 $login = $this->entryhelper->entry['login'];