ExportCommand extends Command
Command for exporting T3D/XML data files
Attributes
- #[AsCommand]
- 'impexp:export'
- 'Exports a T3D / XML file with content of a page tree'
Table of Contents
Properties
Methods
- __construct() : mixed
- configure() : void
- Configure the command by defining the name, options and arguments
- execute() : int
- Executes the command for exporting a t3d/xml file from the TYPO3 system
Properties
$export read-only
protected
Export
$export
Methods
__construct()
public
__construct(Export $export) : mixed
Parameters
- $export : Export
configure()
Configure the command by defining the name, options and arguments
protected
configure() : void
execute()
Executes the command for exporting a t3d/xml file from the TYPO3 system
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface