method setContent documentation in bbn\Appui\Cms
Adds a new version to the given note with the new content
function(string $id_note, string $title, string $content, string $excerpt = '')
{
if ($res = $this->note->insertVersion($id_note, $title, $content, $excerpt)) {
$this->cacheDelete($id_note);
}
return $res;
}
Adds a new version to the given note with the new content 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-2023
BBN Solutions