Пример #1
0
 public function getContinents()
 {
     return $this->hasOne(Continents::className(), ['code' => 'continent']);
 }