method retrieveUserIds documentation in bbn\User\Preferences

Returns preferences' IDs from the option's ID and the given user ID.

Example

$pref->retrieveUserIds('944190af24ef11eca47652540000cfbe'); // (array) = [ // "8380126d2b4d11eca47652540000cfbe", // "309f8a1c2c2f11eca47652540000cfbe", // "ef2cefe52c2f11eca47652540000cfbe", // "042b29722c2f11eca47652540000cfbe", // "eac3729c2b6c11eca47652540000cfbe", // "d38e7e692cd011eca47652540000cfbe", // "26e3dd9a2c2611eca47652540000cfbe", // "3ef413ad2b6b11eca47652540000cfbe", // "f47d188b2b5911eca47652540000cfbe", // "179d85a0284911eca47652540000cfbe", // "7238e8932c0e11eca47652540000cfbe", // "89ceab0b2aa111eca47652540000cfbe", // "96203fbb2b5911eca47652540000cfbe", // ] function(string $id_option = NULL, string $id_user = NULL) { if (!$id_user) { $id_user = $this->id_user; } return $this->_retrieveIds($id_option, $id_user); }

Returns preferences' IDs from the option's ID and the given user ID. 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.