diff options
| author | Cash Costello <cash.costello@gmail.com> | 2012-01-01 18:30:17 -0500 |
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2012-01-01 18:30:17 -0500 |
| commit | ce691dd8c560abc48aaf578928d13dea6ef31565 (patch) | |
| tree | fb96923297830f3d92fb3f798c8e7fc37674f061 /engine/classes/ElggObject.php | |
| parent | cfaa3452ae1e6035e5b9ecb668d29330b34499c2 (diff) | |
| download | elgg-ce691dd8c560abc48aaf578928d13dea6ef31565.tar.gz elgg-ce691dd8c560abc48aaf578928d13dea6ef31565.tar.bz2 | |
Fixes #3209 finished adding class properties documentation
Diffstat (limited to 'engine/classes/ElggObject.php')
| -rw-r--r-- | engine/classes/ElggObject.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/classes/ElggObject.php b/engine/classes/ElggObject.php index 582308f28..649e32490 100644 --- a/engine/classes/ElggObject.php +++ b/engine/classes/ElggObject.php @@ -17,6 +17,7 @@ * * @property string $title The title, name, or summary of this object * @property string $description The body, description, or content of the object + * @property array $tags Array of tags that describe the object */ class ElggObject extends ElggEntity { |
