| 1 | <?php |
||
| 8 | class MigrationsVersionEventArgs extends MigrationsEventArgs |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * The version the event pertains to. |
||
| 12 | * |
||
| 13 | * @var Version |
||
| 14 | */ |
||
| 15 | private $version; |
||
| 16 | |||
| 17 | 45 | public function __construct(Version $version, Configuration $config, $direction, $dryRun) |
|
| 22 | |||
| 23 | public function getVersion() |
||
| 27 | } |
||
| 28 |