]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Added a bit more docs to ElggBatch.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 8 Mar 2011 02:57:48 +0000 (02:57 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 8 Mar 2011 02:57:48 +0000 (02:57 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8625 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggBatch.php

index 5c2172ae7c06f151485a4df569ab39b75d008c2a..5b4132db46b5ab8791de7f94e0f6983745702a09 100644 (file)
@@ -11,6 +11,8 @@
  * can be a string, an array, or a closure.
  * {@link http://php.net/manual/en/language.pseudo-types.php}
  *
+ * The callback function must accepts 3 arguments: an entity, the getter used, and the options used.
+ *
  * Results from the callback are stored in callbackResult.
  * If the callback returns only booleans callbackResults will be the combined
  * result of all calls.