コード例 #1
0
 public static function getReportDefById($id, $mod)
 {
     $path = _CALEM_DIR_ . 'client/modules/' . $mod . '/form/report/converted/' . $id . 'Def.phpo';
     return CalemReportUtil::getReportByPath($path);
 }