/** * @return \yii\db\ActiveQuery */ public function getHenkilo() { return $this->hasOne(Henkilo::className(), ['id' => 'henkilo_id']); }