method getAll documentation in bbn\Appui\Masks

function($id_type = NULL, $simple = true) { if (!empty($id_type) && !bbn\Str::isUid($id_type)) { $id_type = self::getOptionId($id_type); } $r = []; $all = $this->db->getColumnValues( 'bbn_notes_masks', 'id_note', $id_type ? [ 'id_type' => $id_type ] : [] ); foreach ($all as $a){ if ($tmp = $this->get($a, $simple)) { $r[] = $tmp; } } return $r; }

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.