Environment constructor
Environment({
- String? homeUrl,
- String? siteUrl,
- String? version,
- String? logDirectory,
- bool? logDirectoryWritable,
- String? wpVersion,
- bool? wpMultisite,
- int? wpMemoryLimit,
- bool? wpDebugMode,
- bool? wpCron,
- String? language,
- dynamic externalObjectCache,
- String? serverInfo,
- String? phpVersion,
- int? phpPostMaxSize,
- int? phpMaxExecutionTime,
- int? phpMaxInputVars,
- String? curlVersion,
- bool? suhosinInstalled,
- int? maxUploadSize,
- String? mysqlVersion,
- String? mysqlVersionString,
- String? defaultTimezone,
- bool? fsockopenOrCurlEnabled,
- bool? soapclientEnabled,
- bool? domdocumentEnabled,
- bool? gzipEnabled,
- bool? mbstringEnabled,
- bool? remotePostSuccessful,
- String? remotePostResponse,
- bool? remoteGetSuccessful,
- String? remoteGetResponse,
Implementation
Environment({
this.homeUrl,
this.siteUrl,
this.version,
this.logDirectory,
this.logDirectoryWritable,
this.wpVersion,
this.wpMultisite,
this.wpMemoryLimit,
this.wpDebugMode,
this.wpCron,
this.language,
this.externalObjectCache,
this.serverInfo,
this.phpVersion,
this.phpPostMaxSize,
this.phpMaxExecutionTime,
this.phpMaxInputVars,
this.curlVersion,
this.suhosinInstalled,
this.maxUploadSize,
this.mysqlVersion,
this.mysqlVersionString,
this.defaultTimezone,
this.fsockopenOrCurlEnabled,
this.soapclientEnabled,
this.domdocumentEnabled,
this.gzipEnabled,
this.mbstringEnabled,
this.remotePostSuccessful,
this.remotePostResponse,
this.remoteGetSuccessful,
this.remoteGetResponse,
});