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:
parent
44b855dd48
commit
52c849e043
22 changed files with 837 additions and 188 deletions
controllers/internals
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue