diff --git a/include/application.php b/include/application.php index b4c8a61..1622c97 100644 --- a/include/application.php +++ b/include/application.php @@ -1336,6 +1336,16 @@ class Application { return $sMsg; } + public function objectSetParent($iNewId, $sClass = '') + { + $this->iVendorId = $iNewId; + } + + public function objectGetParent($sClass = '') + { + return new vendor($this->iVendorId); + } + public function objectGetChildren($bIncludeDeleted = false) { return $this->objectGetChildrenClassSpecific('', $IncludeDeleted);