Example #1
0
 public function __construct(\AppBundle\Entity\Question $question, $answers)
 {
     $this->statement = $question->getStatement();
     $this->answers = $answers;
 }