WorkspaceMigrationStep
class WorkspaceMigrationStep extends AbstractObject implements IdAble, Node
A single logical part of a workspace migration.
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
string
code()
Stable code identifying this logical migration step.
string
description()
Generic summary of this step's purpose and impact.
array
warnings()
Non-fatal warnings raised while planning this step.
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
Changeset
changes()
Filesystem changes for this step.
at line 28
string
code()
Stable code identifying this logical migration step.
at line 37
string
description()
Generic summary of this step's purpose and impact.
at line 46
Id
id()
A unique identifier for this WorkspaceMigrationStep.
at line 55
array
warnings()
Non-fatal warnings raised while planning this step.