Ejemplo n.º 1
0
 public function getAnswerLists()
 {
     return $this->hasMany(AnswerList::className(), ['question_list_id' => 'id']);
 }