コード例 #1
0
ファイル: Event.php プロジェクト: khurshedt9l/collegey
 public function getLinks()
 {
     return $this->hasMany(ImportantLink::className(), ['event_id' => 'id']);
 }
コード例 #2
0
ファイル: University.php プロジェクト: khurshedt9l/collegey
 public function getImportantlinks()
 {
     return $this->hasMany(ImportantLink::className(), ['university_id' => 'id']);
 }