Box\Spout\Reader\CSV\SheetIterator::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( resource $filePointer, ReaderOptions $options, Box\Spout\Common\Helper\GlobalFunctionsHelper $globalFunctionsHelper )
$filePointer resource
$options ReaderOptions
$globalFunctionsHelper Box\Spout\Common\Helper\GlobalFunctionsHelper
    public function __construct($filePointer, $options, $globalFunctionsHelper)
    {
        $this->sheet = new Sheet($filePointer, $options, $globalFunctionsHelper);
    }