1 <?php 2 3 namespace Box\Spout\Reader; 4 5 /** 6 * Interface IteratorInterface 7 */ 8 interface IteratorInterface extends \Iterator 9 { 10 /** 11 * Cleans up what was created to iterate over the object. 12 * 13 * @return void 14 */ 15 public function end(); 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body