ConfigVariable
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
getSecretValue()
No description
setStringValue($stringValue)
No description
string
getStringValue()
No description
Details
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
Secret
getSecretValue()
No description
setStringValue($stringValue)
No description
string
getStringValue()
No description