PHP Class Akeneo\Component\SpreadsheetParser\Xlsx\StylesLoader

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

Protected Properties

Property Type Description
$class string

Public Methods

Method 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 method

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

open() public method

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
return Styles

Property Details

$class protected property

protected string $class
return string