method getDefault documentation in bbn\Appui\Masks

function($id_type) { if (!bbn\Str::isUid($id_type)) { $id_type = self::getOptionId($id_type); } if ($id_note = $this->db->selectOne( 'bbn_notes_masks', 'id_note', [ 'id_type' => $id_type, 'def' => 1 ] ) ) { return $this->get($id_note); } return null; }

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.