瀏覽代碼

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2441 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 12 年之前
父節點
當前提交
ba5df957c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/attributedef.class.inc.php

+ 1 - 1
core/attributedef.class.inc.php

@@ -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'));