PHP Class Akeneo\Component\SpreadsheetParser\Xlsx\AbstractXMLResource

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

Protected Properties

Property Type Description
$path string

Public Methods

Method Description
__construct ( string $path, Akeneo\Component\SpreadsheetParser\Xlsx\Archive $archive = null ) Constructor
__destruct ( )

Protected Methods

Method Description
closeXMLReader ( ) Closes the XML reader
createXMLReader ( ) : XMLReader Creates the XML Reader
getXMLReader ( ) : XMLReader Returns the XML reader

Method Details

__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

__destruct() public method

public __destruct ( )

closeXMLReader() protected method

Closes the XML reader
protected closeXMLReader ( )

createXMLReader() protected method

Creates the XML Reader
protected createXMLReader ( ) : XMLReader
return XMLReader

getXMLReader() protected method

Returns the XML reader
protected getXMLReader ( ) : XMLReader
return XMLReader

Property Details

$path protected property

protected string $path
return string