diff options
Diffstat (limited to 'engine/classes/ElggRelationship.php')
-rw-r--r-- | engine/classes/ElggRelationship.php | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/engine/classes/ElggRelationship.php b/engine/classes/ElggRelationship.php index e2b0e4e13..4dcdb6297 100644 --- a/engine/classes/ElggRelationship.php +++ b/engine/classes/ElggRelationship.php @@ -7,8 +7,7 @@ */ class ElggRelationship extends ElggData implements Importable, - Exportable, - Loggable // Can events related to this object class be logged + Exportable { /** @@ -191,15 +190,6 @@ class ElggRelationship extends ElggData implements } /** - * Return the class name of the object. - * - * @return string - */ - public function getClassName() { - return get_class($this); - } - - /** * For a given ID, return the object associated with it. * This is used by the river functionality primarily. * This is useful for checking access permissions etc on objects. @@ -213,15 +203,6 @@ class ElggRelationship extends ElggData implements } /** - * Return the GUID of the owner of this object. - * - * @return int - */ - public function getObjectOwnerGUID() { - return $this->owner_guid; - } - - /** * Return a type of the object - eg. object, group, user, relationship, metadata, annotation etc * * @return string 'relationship' |