MigrationVersion::jump PHP Méthode

jump() public méthode

Jump to a certain migration and mark the preceding migrations as executed.
public jump ( array $version, array $type ) : void
$version array Version of a migration to jump to.
$type array migration type
Résultat void
    public function jump($version, $type)
    {
        $this->setVersion($version, $type);
    }