method getApiNotificationsToken documentation in bbn\User
function(string $idUser = '')
{
return $this->db->selectOne([
'table' => $this->class_cfg['tables']['api_tokens'],
'fields' => $this->class_cfg['arch']['api_tokens']['notifications_token'],
'where' => [
$this->class_cfg['arch']['api_tokens']['id_user'] => $idUser ?: $this->id
],
'order' => [[
'field' => $this->class_cfg['arch']['api_tokens']['last'],
'dir' => 'DESC'
]]
]);
}
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