/** * @return \yii\db\ActiveQuery */ public function getProductTmpl() { return $this->hasOne(ProductTemplate::className(), ['id' => 'product_tmpl_id']); }
/** * @return \yii\db\ActiveQuery */ public function getProductTemplates() { return $this->hasMany(ProductTemplate::className(), ['uom_id' => 'id']); }