‪TYPO3CMS  10.4
TYPO3\CMS\Impexp\Event\BeforeImportEvent Class Reference

Public Member Functions

 __construct (Import $import)
 
 getImport ()
 

Private Attributes

Import $import
 

Detailed Description

This event is triggered when an import file is about to be imported

Definition at line 25 of file BeforeImportEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Impexp\Event\BeforeImportEvent::__construct ( Import  $import)

Member Function Documentation

◆ getImport()

TYPO3\CMS\Impexp\Event\BeforeImportEvent::getImport ( )

Member Data Documentation

◆ $import

Import TYPO3\CMS\Impexp\Event\BeforeImportEvent::$import
private