New data model integration...

SVN:trunk[494]
This commit is contained in:
Denis Flaven
2010-06-28 14:49:27 +00:00
parent 3c21bd90e0
commit 9bd8eeb0ca

View File

@@ -335,6 +335,7 @@ class AttributeLinkedSetIndirect extends AttributeLinkedSet
return array_merge(parent::ListExpectedParams(), array("ext_key_to_remote"));
}
public function GetExtKeyToRemote() { return $this->Get('ext_key_to_remote'); }
public function GetEditClass() {return "LinkedSet";}
}
/**