class ConfigVariable extends Model (View source)

Properties

bool $boolValue
string $intValue
string $key
protected $secretValueType
protected $secretValueDataType
string $stringValue

Methods

setBoolValue($boolValue)

No description

bool
getBoolValue()

No description

setIntValue($intValue)

No description

string
getIntValue()

No description

setKey($key)

No description

string
getKey()

No description

setSecretValue(Secret $secretValue)

No description

getSecretValue()

No description

setStringValue($stringValue)

No description

string
getStringValue()

No description

Details

setBoolValue($boolValue)

No description

Parameters

$boolValue

bool getBoolValue()

No description

Return Value

bool

setIntValue($intValue)

No description

Parameters

$intValue

string getIntValue()

No description

Return Value

string

setKey($key)

No description

Parameters

$key

string getKey()

No description

Return Value

string

setSecretValue(Secret $secretValue)

No description

Parameters

Secret $secretValue

Secret getSecretValue()

No description

Return Value

Secret

setStringValue($stringValue)

No description

Parameters

$stringValue

string getStringValue()

No description

Return Value

string