parent
3a0757032e
commit
55c1ab0e2a
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace model;
|
||||
|
||||
class GameGateway
|
||||
{
|
||||
public static function getGames() : array
|
||||
{
|
||||
// TODO: implémenter requête SQL
|
||||
return array(
|
||||
0 => ["Qui-est-ce ?", "Le qui est-ce...."],
|
||||
1 => ["Kahoot", "Le Kahoot permet..."]
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Reference in new issue