コード例 #1
0
ファイル: Module.php プロジェクト: rcrrich/UpdatePackages
 /**
  * Get all the custom links related to this module for exporting.
  */
 function getLinksForExport()
 {
     return Vtiger_Link::getAllForExport($this->id);
 }