Преглед на файлове

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