コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/**
 * This function is used to get the Parent Tab name for a given module.
 * Takes no parameter but gets the vtiger_parenttab value from form request
 * This returns value string type
 */
function getParentTab()
{
    return Vtiger_Deprecated::getParentTab();
}