class StoreConfig implements Step, ReversibleStep

Methods

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

No description

string
getMessage()

<p>A one-line status message summarizing what's happening in this step.</p>

void
run()

<p>Do the work that constitutes this step.</p>

revert()

No description

Details

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

Parameters

$debugMode
DatabaseConfig $dbConfig
BaseUrl $baseUrl
$configFile

string getMessage()

<p>A one-line status message summarizing what's happening in this step.</p>

Return Value

string

void run()

<p>Do the work that constitutes this step.</p>

<p>This method should raise a <code>StepFailed</code> exception whenever something goes wrong that should result in the entire installation being reverted.</p>

Return Value

void

Exceptions

StepFailed

revert()