aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggGroup.php
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2011-12-31 12:43:02 -0800
committerEvan Winslow <evan@elgg.org>2011-12-31 12:43:02 -0800
commitdb073ebcb0d52f263eac5a39560b113a4aec7a1d (patch)
tree529f3f6b304bb68bc2bf00952a14872c394eac9e /engine/classes/ElggGroup.php
parent8bb4bbe9fb32e0b0b0c8cf687d19f58a0e39f89a (diff)
parent7684d074729c787c03dca4b394f9b0b6a3f108e9 (diff)
downloadelgg-db073ebcb0d52f263eac5a39560b113a4aec7a1d.tar.gz
elgg-db073ebcb0d52f263eac5a39560b113a4aec7a1d.tar.bz2
Merge pull request #130 from ewinslow/3209-main-types
Adds docs for properties of 4 main entity types
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 {