Allow moving a version to another app

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-04-22 21:36:26 +02:00
committed by Alexander Nicolaysen Sørnes
parent 8501de46ac
commit c7da357a4c
4 changed files with 116 additions and 1 deletions

View File

@@ -774,6 +774,11 @@ class version {
return TRUE;
}
public function objectSetParent($iNewId, $sClass = '')
{
$this->iAppId = $iNewId;
}
/* Not standard OM function yet, but will be in the future */
public function objectGetParent($sClass = '')
{