settingInstalled; } /** * @param bool $settingInstalled */ public function setSettingInstalled($settingInstalled) { $this->settingInstalled = $settingInstalled; } /** * @return bool */ public function isDatabaseInstalled() { return $this->databaseInstalled; } /** * @param bool $databaseInstalled */ public function setDatabaseInstalled($databaseInstalled) { $this->databaseInstalled = $databaseInstalled; } }