method textValue documentation in bbn\User\Preferences

function(string $id_option, $id_user = NULL, $id_group = NULL) { if (\bbn\Str::isUid($id_option)) { $res = []; if ($ids = $this->_retrieveIds($id_option, $id_user, $id_group)) { foreach ($ids as $id) { $res[] = $this->db->rselect( $this->class_cfg['table'], [ 'value' => $this->fields['id'], 'text' => $this->fields['text'] ], ['id' => $id] ); } } return $res; } 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.