コード例 #1
0
ファイル: PdfManager.php プロジェクト: jglaine/sugar761-ent
 public function get_list_view_data()
 {
     $the_array = parent::get_list_view_data();
     $the_array['BASE_MODULE'] = PdfManagerHelper::getModuleName($this->base_module);
     return $the_array;
 }