コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/**
 * This function is used to set the Object values from the REQUEST values.
 * @param  object reference $focus - reference of the object
 */
function setObjectValuesFromRequest($focus)
{
    return Vtiger_Deprecated::copyValuesFromRequest($focus);
}