PHP Class Akeneo\Component\SpreadsheetParser\Xlsx\SharedStringsLoader

Author: Antoine Guigan ([email protected])
Show file Open project: akeneo-labs/spreadsheet-parser Class Usage Examples

Protected Properties

Property Type Description
$sharedStringsClass string

Public Methods

Method Description
__construct ( string $sharedStringsClass ) Constructor
open ( string $path, Akeneo\Component\SpreadsheetParser\Xlsx\Archive $archive ) : SharedStrings Creates a SharedStrings from the archive

Method Details

__construct() public method

Constructor
public __construct ( string $sharedStringsClass )
$sharedStringsClass string The class for created objects

open() public method

Creates a SharedStrings from the archive
public open ( string $path, Akeneo\Component\SpreadsheetParser\Xlsx\Archive $archive ) : SharedStrings
$path string
$archive Akeneo\Component\SpreadsheetParser\Xlsx\Archive The Archive from which the path was extracted
return SharedStrings

Property Details

$sharedStringsClass protected property

protected string $sharedStringsClass
return string