コード例 #1
0
ファイル: clues.php プロジェクト: rjwalsh88/BawkApp
function displayClueDetails(Clue $clue)
{
    return $clue->getName() . ', ' . $clue->getTime() . '<br />Valid Answers: ' . $clue->getAnswerList() . "<br><br>" . $clue->getGameProgress();
}