GetTargetAttDef is made public (it's used for auto documenting)

SVN:trunk[2441]
This commit is contained in:
Denis Flaven
2012-11-21 11:04:08 +00:00
parent 79e4a73408
commit 52c1830d42

View File

@@ -3901,7 +3901,7 @@ class AttributeSubItem extends AttributeDefinition
/**
* Helper : get the attribute definition to which the execution will be forwarded
*/
protected function GetTargetAttDef()
public function GetTargetAttDef()
{
$sClass = $this->GetHostClass();
$oParentAttDef = MetaModel::GetAttributeDef($sClass, $this->Get('target_attcode'));