aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggGroup.php
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2011-12-31 12:31:43 -0800
committerEvan Winslow <evan@elgg.org>2011-12-31 12:31:43 -0800
commit7684d074729c787c03dca4b394f9b0b6a3f108e9 (patch)
tree8d5439036b07e62f0e0883b8ad01806701b7b8a2 /engine/classes/ElggGroup.php
parent050d445fef73bf91968841752d9e1bdb652485f6 (diff)
downloadelgg-7684d074729c787c03dca4b394f9b0b6a3f108e9.tar.gz
elgg-7684d074729c787c03dca4b394f9b0b6a3f108e9.tar.bz2
Refs #3209: Adds property docs for the four main entity classes
Diffstat (limited to 'engine/classes/ElggGroup.php')
-rw-r--r--engine/classes/ElggGroup.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/classes/ElggGroup.php b/engine/classes/ElggGroup.php
index 0190e5eac..ab223e1a4 100644
--- a/engine/classes/ElggGroup.php
+++ b/engine/classes/ElggGroup.php
@@ -5,6 +5,9 @@
*
* @package Elgg.Core
* @subpackage Groups
+ *
+ * @property string $name A short name that captures the purpose of the group
+ * @property string $description A longer body of content that gives more details about the group
*/
class ElggGroup extends ElggEntity
implements Friendable {