PHP Class Sonata\Exporter\Source\XmlExcelSourceIterator

Author: Vincent Touzet ([email protected])
Inheritance: extends AbstractXmlSourceIterator
Show file Open project: sonata-project/exporter Class Usage Examples

Public Methods

Method Description
__construct ( string $filename, boolean $hasHeaders = true )
tagContent ( $parser, $data )
tagEnd ( $parser, $name )
tagStart ( $parser, $name, $attributes = [] )

Method Details

__construct() public method

public __construct ( string $filename, boolean $hasHeaders = true )
$filename string
$hasHeaders boolean

tagContent() public method

public tagContent ( $parser, $data )

tagEnd() public method

public tagEnd ( $parser, $name )

tagStart() public method

public tagStart ( $parser, $name, $attributes = [] )