N°962: TagSet Attribute definition and values (with unit tests on values)

SVN:b931[6024]
This commit is contained in:
Eric Espié
2018-08-28 13:17:11 +00:00
committed by Pierre Goiffon
parent 157193c831
commit 9631021f84
12 changed files with 792 additions and 79 deletions

View File

@@ -7105,6 +7105,12 @@ abstract class MetaModel
return $sRet;
}
public static function GetTagDataClass($sClass, $sAttCode)
{
$sTagSuffix = $sClass.'_'.$sAttCode;
return 'TagSetFieldDataFor_'.$sTagSuffix;
}
}