method removeTags documentation in bbn\Models\Tts\Tagger
function(string $id_element)
{
$this->taggerInit();
return $this->db->delete(
$this->taggerTable,
[
$this->taggerCols['id_element'] => $id_element,
]
);
}
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-2026
BBN Solutions