method removeTag documentation in bbn\Models\Tts\Tagger

function(string $id_element, string $id_tag) { $this->taggerInit(); return $this->db->delete( $this->taggerTable, [ $this->taggerCols['id_element'] => $id_element, $this->taggerCols['id_tag'] => $id_tag ] ); }

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.