mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add transfer of smss
This commit is contained in:
parent
b42c2490ac
commit
31d2739ccb
4 changed files with 55 additions and 1 deletions
|
@ -140,6 +140,17 @@ namespace controllers\internals;
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Find a user by his id
|
||||
* @param string $id : User id
|
||||
* @return mixed array
|
||||
*/
|
||||
public function get ($id)
|
||||
{
|
||||
return $this->model_user->get($id);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get a user by his api_key address
|
||||
* @param string $api_key : User api key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue