diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-12 14:06:23 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-12 14:06:23 +0000 |
commit | c1e50bd0e460ef668b91f901fa7af28ee641b9fe (patch) | |
tree | bcae5c7ee6dfdd7cf38b56ca2dd81455231afae8 /engine/classes | |
parent | 99a3798daa134e244d1644252980fcf405a31824 (diff) | |
download | elgg-c1e50bd0e460ef668b91f901fa7af28ee641b9fe.tar.gz elgg-c1e50bd0e460ef668b91f901fa7af28ee641b9fe.tar.bz2 |
improved documentation of can write to container method/function
git-svn-id: http://code.elgg.org/elgg/trunk@8656 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes')
-rw-r--r-- | engine/classes/ElggEntity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php index bfb7ce063..248756b17 100644 --- a/engine/classes/ElggEntity.php +++ b/engine/classes/ElggEntity.php @@ -904,7 +904,7 @@ abstract class ElggEntity extends ElggData implements } /** - * Can a user write to this entity + * Can a user add an entity to this container * * @param int $user_guid The user. * @param string $type The type of entity we're looking to write |