diff options
Diffstat (limited to 'engine/lib/relationships.php')
-rw-r--r-- | engine/lib/relationships.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index 3f053460a..e60e19fdf 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -191,6 +191,11 @@ */ public function getObjectFromID($id) { return get_relationship($id); } + /** + * Return the GUID of the owner of this object. + */ + public function getObjectOwnerGUID() { return $this->owner_guid; } + // ITERATOR INTERFACE ////////////////////////////////////////////////////////////// /* * This lets an entity's attributes be displayed using foreach as a normal array. |