[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace Box\Spout\Reader; 4 5 /** 6 * Interface IteratorInterface 7 * 8 * @package Box\Spout\Reader 9 */ 10 interface IteratorInterface extends \Iterator 11 { 12 /** 13 * Cleans up what was created to iterate over the object. 14 * 15 * @return void 16 */ 17 public function end(); 18 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |