Elgg  Version 2.3
BatchResult.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg;
3 
9 interface BatchResult extends \Countable, \Iterator {}
Save menu items.
Specifies a countable iterator, usually of result rows from a DB.
Definition: BatchResult.php:9