PHP Class Akeneo\Component\SpreadsheetParser\Xlsx\StylesLoader

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

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( string $class ) Constructor
open ( string $path, Akeneo\Component\SpreadsheetParser\Xlsx\Archive $archive ) : Styles Creates a Styles from the archive

Method Details

__construct() public méthode

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

open() public méthode

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

Property Details

$class protected_oe property

protected string $class
Résultat string