method getComments documentation in bbn\Appui\Task

function($id_task) { $note = new \bbn\Appui\Note($this->db); $ids = $this->getCommentsIds($id_task); $r = []; foreach ( $ids as $id_note ){ array_push($r, $note->get($id_note)); } return $r; } return false; }

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.