method remove documentation in bbn\Appui\Menu

Removes menu and deletes parent cache

function(string $id) { if (Str::isUid($id)) { if ($id_menu = $this->getIdMenu($id)) { if ($this->pref->deleteBit($id)) { $this->deleteCache($id_menu); return true; } } elseif ($this->pref->delete($id)) { $this->options->deleteCache($this->fromPath('menu')); return true; } } return false; }

Removes menu and deletes parent cache 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.