mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Update methods names
This commit is contained in:
parent
37b2a93323
commit
1865072b73
26 changed files with 88 additions and 101 deletions
|
@ -46,10 +46,10 @@ namespace controllers\internals;
|
|||
*
|
||||
* @return array : La liste des commandes
|
||||
*/
|
||||
public function get_by_ids($ids)
|
||||
public function gets($ids)
|
||||
{
|
||||
//Recupération des commandes
|
||||
return $this->model_command->get_by_ids($ids);
|
||||
return $this->model_command->gets($ids);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -71,7 +71,7 @@ namespace controllers\internals;
|
|||
*/
|
||||
public function delete($id)
|
||||
{
|
||||
return $this->model_command->delete_by_id($id);
|
||||
return $this->model_command->delete($id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue