class WorkspaceMigrationStep extends AbstractObject implements IdAble, Node

A single logical part of a workspace migration.

Properties

$lastQuery from  AbstractObject

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

changes()

Filesystem changes for this step.

string
code()

Stable code identifying this logical migration step.

string
description()

Generic summary of this step's purpose and impact.

Id
id()

A unique identifier for this WorkspaceMigrationStep.

array
warnings()

Non-fatal warnings raised while planning this step.

Details

in AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

AbstractClient $client
QueryBuilderChain $queryBuilderChain

in AbstractObject at line 19
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

QueryBuilder $leafQueryBuilder
string $leafKey

Return Value

null|array|string|int|float|bool

at line 19
Changeset changes()

Filesystem changes for this step.

Return Value

Changeset

at line 28
string code()

Stable code identifying this logical migration step.

Return Value

string

at line 37
string description()

Generic summary of this step's purpose and impact.

Return Value

string

at line 46
Id id()

A unique identifier for this WorkspaceMigrationStep.

Return Value

Id

at line 55
array warnings()

Non-fatal warnings raised while planning this step.

Return Value

array