Ejemplo n.º 1
0
 public function getLang()
 {
     return $this->hasOne(Lang::className(), ['id' => 'lang_id']);
 }