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