Value
class Value extends Model (View source)
Properties
protected | $arrayValueType | ||
protected | $arrayValueDataType | ||
bool | $booleanValue | ||
string | $bytesValue | ||
$doubleValue | |||
protected | $geoPointValueType | ||
protected | $geoPointValueDataType | ||
string | $integerValue | ||
protected | $mapValueType | ||
protected | $mapValueDataType | ||
string | $nullValue | ||
string | $referenceValue | ||
string | $stringValue | ||
string | $timestampValue |
Methods
getArrayValue()
No description
setBooleanValue($booleanValue)
No description
bool
getBooleanValue()
No description
setBytesValue($bytesValue)
No description
string
getBytesValue()
No description
setDoubleValue($doubleValue)
No description
getDoubleValue()
No description
getGeoPointValue()
No description
setIntegerValue($integerValue)
No description
string
getIntegerValue()
No description
getMapValue()
No description
setNullValue($nullValue)
No description
string
getNullValue()
No description
setReferenceValue($referenceValue)
No description
string
getReferenceValue()
No description
setStringValue($stringValue)
No description
string
getStringValue()
No description
setTimestampValue($timestampValue)
No description
string
getTimestampValue()
No description
Details
setArrayValue(ArrayValue $arrayValue)
No description
ArrayValue
getArrayValue()
No description
setBooleanValue($booleanValue)
No description
bool
getBooleanValue()
No description
setBytesValue($bytesValue)
No description
string
getBytesValue()
No description
setDoubleValue($doubleValue)
No description
getDoubleValue()
No description
setGeoPointValue(LatLng $geoPointValue)
No description
LatLng
getGeoPointValue()
No description
setIntegerValue($integerValue)
No description
string
getIntegerValue()
No description
setMapValue(MapValue $mapValue)
No description
MapValue
getMapValue()
No description
setNullValue($nullValue)
No description
string
getNullValue()
No description
setReferenceValue($referenceValue)
No description
string
getReferenceValue()
No description
setStringValue($stringValue)
No description
string
getStringValue()
No description
setTimestampValue($timestampValue)
No description
string
getTimestampValue()
No description