method move documentation in bbn\Appui\Menu
Moves a section/link inside to another one.
function(string $id, string $id_parent = NULL)
{
if ($this->pref->moveBit($id, $id_parent)) {
$this->deleteCache($this->getIdMenu($id));
return true;
}
return false;
}
Moves a section/link inside to another one. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2025
BBN Solutions