Home
last modified time | relevance | path

Searched refs:toggleStar (Results 1 – 2 of 2) sorted by relevance

/plugin/starred/
H A Daction.php47 $this->helper->toggleStar();
63 $this->helper->toggleStar(null, $id);
H A Dhelper.php42 public function toggleStar($user = null, $pageid = null) function in helper_plugin_starred