From 09f229f4664ed51dfd06d545db2f32bca3b9acf2 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 30 Oct 2010 23:53:57 +0000 Subject: Refs #2597: Pulled Loggable functions with identical implementations into ElggData git-svn-id: http://code.elgg.org/elgg/trunk@7155 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggRelationship.php | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'engine/classes/ElggRelationship.php') 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 { /** @@ -190,15 +189,6 @@ class ElggRelationship extends ElggData implements return $this->id; } - /** - * 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. @@ -212,15 +202,6 @@ class ElggRelationship extends ElggData implements return get_relationship($id); } - /** - * 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 * -- cgit v1.2.3