Box\Spout\Reader\XLSX\Helper\SheetHelper::__construct PHP Method

__construct() public method

public __construct ( string $filePath, ReaderOptions $options, $sharedStringsHelper, Box\Spout\Common\Helper\GlobalFunctionsHelper $globalFunctionsHelper )
$filePath string Path of the XLSX file being read
$options Box\Spout\Reader\XLSX\ReaderOptions Reader's current options
$globalFunctionsHelper Box\Spout\Common\Helper\GlobalFunctionsHelper
    public function __construct($filePath, $options, $sharedStringsHelper, $globalFunctionsHelper)
    {
        $this->filePath = $filePath;
        $this->options = $options;
        $this->sharedStringsHelper = $sharedStringsHelper;
        $this->globalFunctionsHelper = $globalFunctionsHelper;
    }