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 = '')
{
return $this->note->insertVersion($id_note, $title, $content, $excerpt);
}
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-2022
BBN Solutions