Пример #1
0
 public function getPeerings()
 {
     return $this->hasMany(Peering::className(), ['provider_id' => 'id']);
 }