Value
class Value extends Model (View source)
Properties
protected | $arrayValueType | ||
protected | $arrayValueDataType | ||
string | $blobValue | ||
bool | $booleanValue | ||
$doubleValue | |||
protected | $entityValueType | ||
protected | $entityValueDataType | ||
bool | $excludeFromIndexes | ||
protected | $geoPointValueType | ||
protected | $geoPointValueDataType | ||
string | $integerValue | ||
protected | $keyValueType | ||
protected | $keyValueDataType | ||
int | $meaning | ||
string | $nullValue | ||
string | $stringValue | ||
string | $timestampValue |
Methods
getArrayValue()
No description
setBlobValue($blobValue)
No description
string
getBlobValue()
No description
setBooleanValue($booleanValue)
No description
bool
getBooleanValue()
No description
setDoubleValue($doubleValue)
No description
getDoubleValue()
No description
getEntityValue()
No description
setExcludeFromIndexes($excludeFromIndexes)
No description
bool
getExcludeFromIndexes()
No description
getGeoPointValue()
No description
setIntegerValue($integerValue)
No description
string
getIntegerValue()
No description
getKeyValue()
No description
setMeaning($meaning)
No description
int
getMeaning()
No description
setNullValue($nullValue)
No description
string
getNullValue()
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
setBlobValue($blobValue)
No description
string
getBlobValue()
No description
setBooleanValue($booleanValue)
No description
bool
getBooleanValue()
No description
setDoubleValue($doubleValue)
No description
getDoubleValue()
No description
setEntityValue(Entity $entityValue)
No description
Entity
getEntityValue()
No description
setExcludeFromIndexes($excludeFromIndexes)
No description
bool
getExcludeFromIndexes()
No description
setGeoPointValue(LatLng $geoPointValue)
No description
LatLng
getGeoPointValue()
No description
setIntegerValue($integerValue)
No description
string
getIntegerValue()
No description
setKeyValue(Key $keyValue)
No description
Key
getKeyValue()
No description
setMeaning($meaning)
No description
int
getMeaning()
No description
setNullValue($nullValue)
No description
string
getNullValue()
No description
setStringValue($stringValue)
No description
string
getStringValue()
No description
setTimestampValue($timestampValue)
No description
string
getTimestampValue()
No description