diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-22 16:56:55 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-22 16:56:55 +0000 |
commit | 56b3e3dcd833a8a9124581b536c69806962b9640 (patch) | |
tree | dd3f2219b07f53d64836f72d74ca83dfd2e00691 /engine/classes/ElggRelationship.php | |
parent | 6a49dcf1082e3047d3c92a3b3b3bb43efa2b2c74 (diff) | |
download | elgg-56b3e3dcd833a8a9124581b536c69806962b9640.tar.gz elgg-56b3e3dcd833a8a9124581b536c69806962b9640.tar.bz2 |
Refs #2450: Documented a few more classes.
git-svn-id: http://code.elgg.org/elgg/trunk@6956 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggRelationship.php')
-rw-r--r-- | engine/classes/ElggRelationship.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/classes/ElggRelationship.php b/engine/classes/ElggRelationship.php index 4d14941a9..e7574eb3b 100644 --- a/engine/classes/ElggRelationship.php +++ b/engine/classes/ElggRelationship.php @@ -1,10 +1,8 @@ <?php
-
/**
* Relationship class.
*
- * @author Curverider Ltd
- * @package Elgg
+ * @package Elgg.Core
* @subpackage Core
*/
class ElggRelationship implements
|