method getShared documentation in bbn\User\Preferences

Returns an array

function(string $id) { if (bbn\Str::isUid($id)) { return $this->db->rselectAll( $this->class_table, [ $this->fields['id'], $this->fields['id_user'], $this->fields['id_group'] ], [ $this->fields['id_alias'] => $id ] ); } return null; }

Returns an array 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.