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