parent
00ac0894bb
commit
54613787c4
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace controller;
|
||||
|
||||
use model\ConfigurationJeu;
|
||||
use model\Joueur;
|
||||
use model\MdlScientifique;
|
||||
|
||||
class PenduController{
|
||||
public function __construct(Joueur $role, ConfigurationJeu $configJeu)
|
||||
{
|
||||
echo "pendu";
|
||||
$t = new MdlScientifique();
|
||||
var_dump($t->getRandom());
|
||||
}
|
||||
}
|
Loading…
Reference in new issue