class WorkspaceMigration extends AbstractObject implements IdAble, Node

A planned 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 the full migration plan.

Id
id()

A unique identifier for this WorkspaceMigration.

array
steps()

Logical migration steps, each identified by a stable code.

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 the full migration plan.

Return Value

Changeset

at line 28
Id id()

A unique identifier for this WorkspaceMigration.

Return Value

Id

at line 37
array steps()

Logical migration steps, each identified by a stable code.

Return Value

array