mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
GetTargetAttDef is made public (it's used for auto documenting)
SVN:trunk[2441]
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user