aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-05-10 15:54:52 -0700
committerBrett Profitt <brett.profitt@gmail.com>2012-05-10 15:54:52 -0700
commit0502752eb7ec0a9a61727fbdae226d54671c4fa2 (patch)
treec72ba5687387ba6823f6127929f8f469c7689c77
parent3d5db88999fbafa1d1ac6f0dedf01d692c2a968c (diff)
downloadelgg-0502752eb7ec0a9a61727fbdae226d54671c4fa2.tar.gz
elgg-0502752eb7ec0a9a61727fbdae226d54671c4fa2.tar.bz2
Documented that results will be null if no results are returned in ElggBatch.
-rw-r--r--engine/classes/ElggBatch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggBatch.php b/engine/classes/ElggBatch.php
index 0cb13eb32..c1a77a0d9 100644
--- a/engine/classes/ElggBatch.php
+++ b/engine/classes/ElggBatch.php
@@ -16,7 +16,7 @@
*
* Results from the callback are stored in callbackResult. If the callback
* returns only booleans, callbackResults will be the combined result of
- * all calls.
+ * all calls. If no entities are processed, callbackResults will be null.
*
* If the callback returns anything else, callbackresult will be an indexed
* array of whatever the callback returns. If returning error handling