ServerConfigGroup
Table of Contents
-
$pocketmineYml
: Config
-
$propertyCache
: array<string|int, mixed>
-
$serverProperties
: Config
-
__construct()
: mixed
-
getConfigBool()
: bool
-
getConfigInt()
: int
-
getConfigString()
: string
-
getProperty()
: mixed
-
getPropertyBool()
: bool
-
getPropertyInt()
: int
-
getPropertyString()
: string
-
save()
: void
-
setConfigBool()
: void
-
setConfigInt()
: void
-
setConfigString()
: void
$pocketmineYml
private
Config
$pocketmineYml
$propertyCache
private
array<string|int, mixed>
$propertyCache
= []
-
phpstan-var
-
$serverProperties
private
Config
$serverProperties
__construct()
public
__construct(Config $pocketmineYml, Config $serverProperties) : mixed
Parameters
-
$pocketmineYml
: Config
-
-
$serverProperties
: Config
-
Return values
mixed
—
getConfigBool()
public
getConfigBool(string $variable[, bool $defaultValue = false ]) : bool
Parameters
-
$variable
: string
-
-
$defaultValue
: bool
= false
-
Return values
bool
—
getConfigInt()
public
getConfigInt(string $variable[, int $defaultValue = 0 ]) : int
Parameters
-
$variable
: string
-
-
$defaultValue
: int
= 0
-
Return values
int
—
getConfigString()
public
getConfigString(string $variable[, string $defaultValue = "" ]) : string
Parameters
-
$variable
: string
-
-
$defaultValue
: string
= ""
-
Return values
string
—
getProperty()
public
getProperty(string $variable[, mixed $defaultValue = null ]) : mixed
Parameters
-
$variable
: string
-
-
$defaultValue
: mixed
= null
-
Return values
mixed
—
getPropertyBool()
public
getPropertyBool(string $variable, bool $defaultValue) : bool
Parameters
-
$variable
: string
-
-
$defaultValue
: bool
-
Return values
bool
—
getPropertyInt()
public
getPropertyInt(string $variable, int $defaultValue) : int
Parameters
-
$variable
: string
-
-
$defaultValue
: int
-
Return values
int
—
getPropertyString()
public
getPropertyString(string $variable, string $defaultValue) : string
Parameters
-
$variable
: string
-
-
$defaultValue
: string
-
Return values
string
—
save()
public
save() : void
Return values
void
—
setConfigBool()
public
setConfigBool(string $variable, bool $value) : void
Parameters
-
$variable
: string
-
-
$value
: bool
-
Return values
void
—
setConfigInt()
public
setConfigInt(string $variable, int $value) : void
Parameters
-
$variable
: string
-
-
$value
: int
-
Return values
void
—
setConfigString()
public
setConfigString(string $variable, string $value) : void
Parameters
-
$variable
: string
-
-
$value
: string
-
Return values
void
—