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

setArrayValue(ArrayValue $arrayValue)

No description

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

getEntityValue()

No description

setExcludeFromIndexes($excludeFromIndexes)

No description

bool
getExcludeFromIndexes()

No description

setGeoPointValue(LatLng $geoPointValue)

No description

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

Details

setArrayValue(ArrayValue $arrayValue)

No description

Parameters

ArrayValue $arrayValue

ArrayValue getArrayValue()

No description

Return Value

ArrayValue

setBlobValue($blobValue)

No description

Parameters

$blobValue

string getBlobValue()

No description

Return Value

string

setBooleanValue($booleanValue)

No description

Parameters

$booleanValue

bool getBooleanValue()

No description

Return Value

bool

setDoubleValue($doubleValue)

No description

Parameters

$doubleValue

getDoubleValue()

No description

setEntityValue(Entity $entityValue)

No description

Parameters

Entity $entityValue

Entity getEntityValue()

No description

Return Value

Entity

setExcludeFromIndexes($excludeFromIndexes)

No description

Parameters

$excludeFromIndexes

bool getExcludeFromIndexes()

No description

Return Value

bool

setGeoPointValue(LatLng $geoPointValue)

No description

Parameters

LatLng $geoPointValue

LatLng getGeoPointValue()

No description

Return Value

LatLng

setIntegerValue($integerValue)

No description

Parameters

$integerValue

string getIntegerValue()

No description

Return Value

string

setKeyValue(Key $keyValue)

No description

Parameters

Key $keyValue

Key getKeyValue()

No description

Return Value

Key

setMeaning($meaning)

No description

Parameters

$meaning

int getMeaning()

No description

Return Value

int

setNullValue($nullValue)

No description

Parameters

$nullValue

string getNullValue()

No description

Return Value

string

setStringValue($stringValue)

No description

Parameters

$stringValue

string getStringValue()

No description

Return Value

string

setTimestampValue($timestampValue)

No description

Parameters

$timestampValue

string getTimestampValue()

No description

Return Value

string