class StoreConfig implements ReversibleStep
Methods
Details
at
line 26
__construct($debugMode, DatabaseConfig $dbConfig, BaseUrl $baseUrl, $configFile)
at
line 35
string
getMessage()
<p>A one-line status message summarizing what's happening in this step.</p>
at
line 40
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>