Exemplo n.º 1
0
function play()
{
    $controller = new GameController();
    $controller->play();
}
 public function __construct(GameServiceInterface $service)
 {
     parent::__construct();
     $this->gameService = $service;
 }