|
|
@ -36,6 +36,7 @@ trait TMigratorBasicVersionHandling { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* {@inheritDoc} |
|
|
|
* {@inheritDoc} |
|
|
|
|
|
|
|
* @since 24.0.0 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public function getVersion(): int { |
|
|
|
public function getVersion(): int { |
|
|
|
return $this->version; |
|
|
|
return $this->version; |
|
|
@ -43,6 +44,7 @@ trait TMigratorBasicVersionHandling { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* {@inheritDoc} |
|
|
|
* {@inheritDoc} |
|
|
|
|
|
|
|
* @since 24.0.0 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public function canImport( |
|
|
|
public function canImport( |
|
|
|
IImportSource $importSource |
|
|
|
IImportSource $importSource |
|
|
|