Esempio n. 1
0
 public function getDownloadlinks()
 {
     return $this->hasMany(DownloadLink::className(), ['university_id' => 'id']);
 }