‪TYPO3CMS  ‪main
TYPO3\CMS\Impexp\Command\ExportCommand Class Reference
Inheritance diagram for TYPO3\CMS\Impexp\Command\ExportCommand:

Public Member Functions

 __construct (protected readonly Export $export)
 

Protected Member Functions

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 

Detailed Description

Command for exporting T3D/XML data files

Definition at line 35 of file ExportCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Impexp\Command\ExportCommand::__construct ( protected readonly Export  $export)

Definition at line 37 of file ExportCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Impexp\Command\ExportCommand::configure ( )
protected

Configure the command by defining the name, options and arguments

Definition at line 45 of file ExportCommand.php.

References TYPO3\CMS\Impexp\Export\LEVELS_INFINITE, and TYPO3\CMS\Impexp\Export\LEVELS_RECORDS_ON_THIS_PAGE.

◆ execute()

TYPO3\CMS\Impexp\Command\ExportCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Executes the command for exporting a t3d/xml file from the TYPO3 system

Definition at line 167 of file ExportCommand.php.

References $output, TYPO3\CMS\Core\Utility\PathUtility\basename(), and TYPO3\CMS\Core\Core\Bootstrap\initializeBackendAuthentication().