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/ElggEntity.php | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'engine/classes/ElggEntity.php') diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php index 56ac96f8f..9b6b04899 100644 --- a/engine/classes/ElggEntity.php +++ b/engine/classes/ElggEntity.php @@ -30,8 +30,7 @@ abstract class ElggEntity extends ElggData implements Notable, // Calendar interface Locatable, // Geocoding interface Exportable, // Allow export of data - Importable, // Allow import of data - Loggable // Can events related to this object class be logged + Importable // Allow import of data { /** @@ -1302,15 +1301,6 @@ abstract class ElggEntity extends ElggData implements return $this->getGUID(); } - /** - * 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. @@ -1328,15 +1318,6 @@ abstract class ElggEntity extends ElggData implements return get_entity($id); } - /** - * Returns the GUID of the owner of this entity. - * - * @return int Owner guid - */ - public function getObjectOwnerGUID() { - return $this->owner_guid; - } - /** * Returns tags for this entity. * -- cgit v1.2.3