method removeUrl documentation in bbn\Appui\Cms

Removes the url corresponding to the given id_note from bbn_notes_url.

function(string $id_note) { $success = false; if ($this->isPublished($id_note)) { $this->unpublish($id_note); } if ($this->note->get($id_note) && $this->note->deleteUrl($id_note)) { $this->cacheDelete($id_note); $success = true; } return $success; }

Removes the url corresponding to the given id_note from bbn_notes_url. 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.