5.1.1.3.2. Baleen\Migrations\Service\Runner\Event\Migration\MigrationEvent¶
-
class
MigrationEvent¶ Class MigrationEvent.
-
property
options¶ protected OptionsInterface
-
property
version¶ protected DeltaInterface
-
property
progress¶ protected Progress
-
__construct(DeltaInterface $version, OptionsInterface $options, Progress $progress = null)¶ MigrationEvent constructor.
Parameters: - $version (DeltaInterface) –
- $options (OptionsInterface) –
- $progress (Progress) –
-
getOptions()¶ Returns: OptionsInterface
-
getVersion()¶ Returns: DeltaInterface
-
getProgress()¶ Returns: Progress
-
property