/** * Get taxonomy. * * @return \yii\db\ActiveRelation */ public function getTaxonomy() { return $this->hasOne(Taxonomy::className(), ['id' => 'taxonomy_id']); }