method setGroup documentation in bbn\User\Preferences

Changes the current group and return the changed preferences class.

Example

$pref->setGroup('930ac00324ef11eca47652540000cfbe'); // (bbn\User\Preferences) = $pref; function(string $id_group) { if (\bbn\Str::isUid($id_group)) { $this->id_group = $id_group; } return $this; }

Changes the current group and return the changed preferences class. 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.