method block documentation in bbn\Appui\Chat

Close a chat by setting blocked to 1.

function($id_chat) { if ($this->isAdmin($id_chat) && $this->db->update('bbn_chats', ['blocked' => 1], ['id' => $id_chat])) { return $this->_set_state_hash($id_chat); } return false; }

Close a chat by setting blocked to 1. 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.