예제 #1
0
파일: clues.php 프로젝트: rjwalsh88/BawkApp
function displayClueDetails(Clue $clue)
{
    return $clue->getName() . ', ' . $clue->getTime() . '<br />Valid Answers: ' . $clue->getAnswerList() . "<br><br>" . $clue->getGameProgress();
}