コード例 #1
0
ファイル: ReportItem.php プロジェクト: shubnikofff/mobiles
 public function getReport()
 {
     return $this->hasOne(Report::className(), ['_id' => 'reportId']);
 }