Esempio n. 1
0
 public function getVariants()
 {
     return $this->hasMany(FieldValueVariant::className(), ['field_id' => 'id']);
 }