Akeneo\Component\SpreadsheetParser\Xlsx\AbstractXMLResource::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $path, Akeneo\Component\SpreadsheetParser\Xlsx\Archive $archive = null )
$path string path to the extracted shared strings XML file
$archive Akeneo\Component\SpreadsheetParser\Xlsx\Archive The Archive from which the path was extracted
    public function __construct($path, Archive $archive = null)
    {
        $this->path = $path;
        $this->archive = $archive;
    }