ExportCommand extends Command
Command for exporting T3D/XML data files
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
- triggerCommandOptionDeprecation() : void
Properties
$export
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
Return values
inttriggerCommandOptionDeprecation()
protected
triggerCommandOptionDeprecation(string $deprecatedName, string $actualName) : void
since v11, will be removed in v12. Drop all options below and look for other fallbacks in the class.
Parameters
- $deprecatedName : string
- $actualName : string