コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/**
 * This function is used to get cvid of default "all" view for any module.
 * @return a cvid of a module
 */
function getCvIdOfAll($module)
{
    return Vtiger_Deprecated::getIdOfCustomViewByNameAll($module);
}