N°2363 - API : deprecate old linkedset update pattern

This commit is contained in:
acognet
2022-05-09 10:53:53 +02:00
parent 7598b9e29a
commit 0a5411d411
4 changed files with 14 additions and 27 deletions

View File

@@ -358,7 +358,10 @@ class WizardHelper
{$sWizardHelperJsVar}.UpdateFields();
JS;
}
/*
* Function with an old pattern of code
* @deprecated since 3.1
*/
static function ParseJsonSet($oMe, $sLinkClass, $sExtKeyToMe, $sJsonSet)
{
$aSet = json_decode($sJsonSet, true); // true means hash array instead of object