示例#1
0
/**
 * 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();
}