示例#1
0
function displayClueDetails(Clue $clue)
{
    return $clue->getName() . ', ' . $clue->getTime() . '<br />Valid Answers: ' . $clue->getAnswerList() . "<br><br>" . $clue->getGameProgress();
}