Ejemplo n.º 1
0
 public function behaviors()
 {
     return array_merge(parent::behaviors(), [['class' => 'mdm\\converter\\RelatedConverter', 'attributes' => ['nmProduct' => [[Product::className(), 'id' => 'product_id'], 'name']]]]);
 }