PHP Class Akeneo\Component\SpreadsheetParser\Xlsx\AbstractXMLResource

Author: Antoine Guigan ([email protected])
Afficher le fichier Open project: akeneo-labs/spreadsheet-parser

Protected Properties

Свойство Type Description
$path string

Méthodes publiques

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

Méthodes protégées

Méthode Description
closeXMLReader ( ) Closes the XML reader
createXMLReader ( ) : XMLReader Creates the XML Reader
getXMLReader ( ) : XMLReader Returns the XML reader

Method Details

__construct() public méthode

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 méthode

public __destruct ( )

closeXMLReader() protected méthode

Closes the XML reader
protected closeXMLReader ( )

createXMLReader() protected méthode

Creates the XML Reader
protected createXMLReader ( ) : XMLReader
Résultat XMLReader

getXMLReader() protected méthode

Returns the XML reader
protected getXMLReader ( ) : XMLReader
Résultat XMLReader

Property Details

$path protected_oe property

protected string $path
Résultat string