loopit-8.x-1.x-dev/src/Iterator/AggregateIteratorInterface.php
src/Iterator/AggregateIteratorInterface.php
<?php
namespace Drupal\loopit\Iterator;
use Drupal\loopit\Aggregate\AggregateInterface;
/**
* @todo comments
*/
interface AggregateIteratorInterface extends \RecursiveIterator {
public function setAggregate(AggregateInterface $aggregate);
}