Sunnysideup\UpgradeToSilverstripe4\UpgradeRecipes\Ss3ToSs4

Synopsis

class Ss3ToSs4 extends BaseClass {
}

Hierarchy

Members

protected

  • $defaultNamespaceForTasks — string
    The default namespace for all tasks
  • $frameworkComposerRestraint
  • $listOfTasks — array
    An array of all the 'taskNames of the tasks that you wish to run during the execution of this upgrader task.
  • $nameOfTempBranch — string
    name of the branch created to do the upgrade
  • $nameOfUpgradeStarterBranch — string
    name of the branch to be created that we use a starter branch for upgrade
  • $taskSteps — array
    A list of task groups
  • $varsToProvide

Methods