diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-31 00:14:47 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-31 00:14:47 +0000 |
commit | 5982c2ade2cec6302245ddb6897a6b66d9c48547 (patch) | |
tree | a7bc541c03aca31a83d31fe1cafee5d253eea34d /engine/classes/ElggEntity.php | |
parent | 368cc50361cfe6a4fc3d8eec976ce67e080a55b4 (diff) | |
download | elgg-5982c2ade2cec6302245ddb6897a6b66d9c48547.tar.gz elgg-5982c2ade2cec6302245ddb6897a6b66d9c48547.tar.bz2 |
Refs #2597: Added getURL(), getTimeCreated(), and initializeAttributes() to {{{ElggData}}}
git-svn-id: http://code.elgg.org/elgg/trunk@7157 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggEntity.php')
-rw-r--r-- | engine/classes/ElggEntity.php | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -756,15 +756,6 @@ abstract class ElggEntity extends ElggData implements } /** - * 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 * * @return int UNIX epoch time |