From 5982c2ade2cec6302245ddb6897a6b66d9c48547 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sun, 31 Oct 2010 00:14:47 +0000 Subject: Refs #2597: Added getURL(), getTimeCreated(), and initializeAttributes() to {{{ElggData}}} git-svn-id: http://code.elgg.org/elgg/trunk@7157 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggEntity.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'engine/classes/ElggEntity.php') diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php index 5d0e030fc..86bf0727f 100644 --- a/engine/classes/ElggEntity.php +++ b/engine/classes/ElggEntity.php @@ -755,15 +755,6 @@ abstract class ElggEntity extends ElggData implements return get_subtype_from_id($this->get('subtype')); } - /** - * Returns the UNIX epoch time that this entity was created - * - * @return int UNIX epoch time - */ - public function getTimeCreated() { - return $this->get('time_created'); - } - /** * Returns the UNIX epoch time that this entity was last updated * -- cgit v1.2.3