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

setArrayValue(ArrayValue $arrayValue)

No description

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

getGeoPointValue()

No description

setIntegerValue($integerValue)

No description

string
getIntegerValue()

No description

setMapValue(MapValue $mapValue)

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

Parameters

ArrayValue $arrayValue

ArrayValue getArrayValue()

No description

Return Value

ArrayValue

setBooleanValue($booleanValue)

No description

Parameters

$booleanValue

bool getBooleanValue()

No description

Return Value

bool

setBytesValue($bytesValue)

No description

Parameters

$bytesValue

string getBytesValue()

No description

Return Value

string

setDoubleValue($doubleValue)

No description

Parameters

$doubleValue

getDoubleValue()

No description

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

setMapValue(MapValue $mapValue)

No description

Parameters

MapValue $mapValue

MapValue getMapValue()

No description

Return Value

MapValue

setNullValue($nullValue)

No description

Parameters

$nullValue

string getNullValue()

No description

Return Value

string

setReferenceValue($referenceValue)

No description

Parameters

$referenceValue

string getReferenceValue()

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