final class ProjectionStatus (View source)

The setup status of a projection.

E.g. are the database tables created or any columns missing.

Methods

ok()

No description

error(string $details)

No description

setupRequired(string $details)

No description

Details

static ProjectionStatus ok()

No description

Return Value

ProjectionStatus

static ProjectionStatus error(string $details)

No description

Parameters

string $details

Return Value

ProjectionStatus

static ProjectionStatus setupRequired(string $details)

No description

Parameters

string $details

Return Value

ProjectionStatus