mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
all basic functionnalities working fine
This commit is contained in:
parent
1dfebd1df7
commit
bb6f755ef2
21 changed files with 53 additions and 54 deletions
|
@ -78,13 +78,13 @@ namespace models;
|
|||
/**
|
||||
* Cette fonction retourne une liste des sended sous forme d'un tableau.
|
||||
*
|
||||
* @param string $target : Le numéro auquel est envoyé le message
|
||||
* @param string $destination : Le numéro auquel est envoyé le message
|
||||
*
|
||||
* @return array : La liste des sended
|
||||
*/
|
||||
public function get_by_target($target)
|
||||
public function get_by_destination($destination)
|
||||
{
|
||||
return $this->_select('sended', ['target' => $target]);
|
||||
return $this->_select('sended', ['destination' => $destination]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue