Your IP : 216.73.216.95


Current Path : /var/www/alh/system/library/Spout/Reader/
Upload File :
Current File : /var/www/alh/system/library/Spout/Reader/SheetInterface.php

<?php

namespace Box\Spout\Reader;

/**
 * Interface SheetInterface
 *
 * @package Box\Spout\Reader
 */
interface SheetInterface
{
    /**
     * Returns an iterator to iterate over the sheet's rows.
     *
     * @return \Iterator
     */
    public function getRowIterator();
}