コード例 #1
0
ファイル: Answer.php プロジェクト: antkahn/certificator
 public function __construct(\AppBundle\Entity\Answer $answer)
 {
     $this->statement = $answer->getStatement();
     $this->id = $answer->getId();
 }