Clarified the meaning of the attribute 'finalclass'

SVN:trunk[380]
This commit is contained in:
Romain Quetiez
2010-05-01 16:16:43 +00:00
parent 776e6befe6
commit 5a7e59e02f
7 changed files with 136 additions and 90 deletions

View File

@@ -156,7 +156,7 @@ class XMLDataLoader
$oTargetObj = MetaModel::NewObject($sClass);
foreach(MetaModel::ListAttributeDefs($sClass) as $sAttCode=>$oAttDef)
{
if (($oAttDef->IsWritable()) && ($oAttDef->IsScalar()) && ($sAttCode != 'finalclass') )
if (($oAttDef->IsWritable()) && ($oAttDef->IsScalar()))
{
if ($oAttDef->IsExternalKey())
{