Example #1
0
 public function getFields()
 {
     return $this->hasMany(Field::className(), ['id' => 'field_id']);
 }