<?php
namespace model;
class QuestionGateway
{
public function __construct(Connection $con)
}
public function getRandom() : Question {
public function getFromId(int $id) : Question {