class StoreConfig implements ReversibleStep

Methods

__construct(bool $debugMode, DatabaseConfig $dbConfig, BaseUrl $baseUrl, string $configFile)

No description

string
getMessage()

A one-line status message summarizing what's happening in this step.

void
run()

Do the work that constitutes this step.

void
revert()

No description

Details

__construct(bool $debugMode, DatabaseConfig $dbConfig, BaseUrl $baseUrl, string $configFile)

Parameters

bool $debugMode
DatabaseConfig $dbConfig
BaseUrl $baseUrl
string $configFile

string getMessage()

A one-line status message summarizing what's happening in this step.

Return Value

string

void run()

Do the work that constitutes this step.

This method should raise a `StepFailed` exception whenever something goes wrong that should result in the entire installation being reverted.

Return Value

void

Exceptions

StepFailed

void revert()

Return Value

void