diff options
author | Evan Winslow <evan@elgg.org> | 2011-12-31 12:31:43 -0800 |
---|---|---|
committer | Evan Winslow <evan@elgg.org> | 2011-12-31 12:31:43 -0800 |
commit | 7684d074729c787c03dca4b394f9b0b6a3f108e9 (patch) | |
tree | 8d5439036b07e62f0e0883b8ad01806701b7b8a2 /engine/classes/ElggSite.php | |
parent | 050d445fef73bf91968841752d9e1bdb652485f6 (diff) | |
download | elgg-7684d074729c787c03dca4b394f9b0b6a3f108e9.tar.gz elgg-7684d074729c787c03dca4b394f9b0b6a3f108e9.tar.bz2 |
Refs #3209: Adds property docs for the four main entity classes
Diffstat (limited to 'engine/classes/ElggSite.php')
-rw-r--r-- | engine/classes/ElggSite.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/classes/ElggSite.php b/engine/classes/ElggSite.php index 3ccb146fb..686046512 100644 --- a/engine/classes/ElggSite.php +++ b/engine/classes/ElggSite.php @@ -21,6 +21,10 @@ * @package Elgg.Core * @subpackage DataMode.Site * @link http://docs.elgg.org/DataModel/Sites + * + * @property string $name The name or title of the website + * @property string $description A motto, mission statement, or description of the website + * @property string $url The root web address for the site, including trailing slash */ class ElggSite extends ElggEntity { |