コード例 #1
0
ファイル: error_case.php プロジェクト: nosnebilla/default-hub
 public function getCrashReports()
 {
     if ($this->crashReports === null) {
         $this->crashReports = CrashReport::findAllByErrorCase($this->id);
     }
     return $this->crashReports;
 }