method retrieveGroupIds documentation in bbn\User\Preferences
Returns preferences' IDs from the option's ID and the given group ID.
Example
$pref->retrieveGroupIdsIds('944190af24ef11eca47652540000cfbe', '930ac00324ef11eca47652540000cfbe');
function(string $id_option = NULL, string $id_group = NULL)
{
if (!$id_group) {
$id_group = $this->id_group;
}
return $this->_retrieveIds($id_option, null, $id_group);
}
Returns preferences' IDs from the option's ID and the given group 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.
© 2011-2025
BBN Solutions