Home
last modified time | relevance | path

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

/plugin/blogtng/conf/
H A Dmetadata.php5 …g'] = array('multichoice', '_choices' => helper_plugin_blogtng_entry::getAllBlogs());
/plugin/blogtng/action/
H A Dedit.php66 $blogs = $this->entryhelper->getAllBlogs();
175 $blogs = $this->entryhelper->getAllBlogs();
295 $blogs = $this->entryhelper->getAllBlogs();
/plugin/blogtng/
H A Dadmin.php131 $blogs = $this->entryhelper->getAllBlogs();
766 $availableoptions = $this->entryhelper->getAllBlogs();
825 $blogs = $this->entryhelper->getAllBlogs();
/plugin/blogtng/helper/
H A Dentry.php749 public static function getAllBlogs() { function in helper_plugin_blogtng_entry