AfterExtensionDatabaseContentHasBeenImportedEvent
FinalYes
Event that is triggered after a package has imported the database file shipped within a t3d/xml import file
Table of Contents
Methods
- __construct() : mixed
- getEmitter() : InstallUtility
- getImportFileName() : string
- getImportResult() : int
- getPackageKey() : string
Methods
__construct()
public
__construct(string $packageKey, string $importFileName, int $importResult, InstallUtility $emitter) : mixed
Parameters
- $packageKey : string
- $importFileName : string
- $importResult : int
- $emitter : InstallUtility
getEmitter()
public
getEmitter() : InstallUtility
Return values
InstallUtilitygetImportFileName()
public
getImportFileName() : string
Return values
stringgetImportResult()
public
getImportResult() : int
Return values
intgetPackageKey()
public
getPackageKey() : string