method getAccounts documentation in bbn\User\Email

Returns the list of the accounts of the current user.

function(bool $force = false) { $res = []; if ($ids = $this->getAccountsIds()) { foreach ($ids as $id) { $res[] = $this->getAccount($id, $force); } } return $res; }

Returns the list of the accounts of the current user. 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.