PHP Class spec\Akeneo\Component\SpreadsheetParser\Xlsx\StubRowIterator

Exibir arquivo Open project: akeneo-labs/spreadsheet-parser

Protected Properties

Property Type Description
$columnIndexTransformer
$options
$path
$rowBuilderFactory
$valueTransformer

Public Methods

Method Description
__construct ( $rowBuilderFactory, $columnIndexTransformer, $valueTransformer, $path, $options )
getColumnIndexTransformer ( )
getOptions ( )
getPath ( )
getRowBuilderFactory ( )
getValueTransformer ( )

Method Details

__construct() public method

public __construct ( $rowBuilderFactory, $columnIndexTransformer, $valueTransformer, $path, $options )

getColumnIndexTransformer() public method

getOptions() public method

public getOptions ( )

getPath() public method

public getPath ( )

getRowBuilderFactory() public method

getValueTransformer() public method

public getValueTransformer ( )

Property Details

$columnIndexTransformer protected_oe property

protected $columnIndexTransformer

$options protected_oe property

protected $options

$path protected_oe property

protected $path

$rowBuilderFactory protected_oe property

protected $rowBuilderFactory

$valueTransformer protected_oe property

protected $valueTransformer