diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-02 19:38:03 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-02 19:38:03 -0700 |
commit | 6da9015faa2147b2c8466db55005675a570f9b38 (patch) | |
tree | 6d759bdf006b861106b2bcc26612169593ce71f5 /engine/lib/relationships.php | |
parent | f423684b5303b4196c8c728eb06cbd6eb9aad8b1 (diff) | |
download | elgg-6da9015faa2147b2c8466db55005675a570f9b38.tar.gz elgg-6da9015faa2147b2c8466db55005675a570f9b38.tar.bz2 |
Merged docs update for getters from 1.7.
Diffstat (limited to 'engine/lib/relationships.php')
-rw-r--r-- | engine/lib/relationships.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index f1da65a34..ede5ca1eb 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -249,7 +249,7 @@ function get_entity_relationships($guid, $inverse_relationship = FALSE) { * * inverse_relationship => BOOL Inverse the relationship * - * @return mixed int if count is true, an array of entity objects, or false on failure + * @return mixed if count, int. if not count, array or false if no entities. false also on errors. * @since 1.7.0 */ function elgg_get_entities_from_relationship($options) { |