示例#1
0
 /**
  * Get all the custom links related to this module for exporting.
  */
 function getLinksForExport()
 {
     return Vtiger_Link::getAllForExport($this->id);
 }