1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-04 23:36:26 +02:00

Add phone reliability features

This commit is contained in:
osaajani 2024-10-26 18:02:11 +02:00
parent 44b855dd48
commit 52c849e043
22 changed files with 837 additions and 188 deletions
controllers/internals

View file

@ -31,6 +31,17 @@ namespace controllers\internals;
$this->internal_phone = new Phone($bdd);
}
/**
* Return all active users.
*
* @return array
*/
public function get_all_active()
{
return $this->model_user->get_all_active();
}
/**
* Return a list of users by their ids.
*