/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Fitness
NameSizeModeActions
Resource/-0755rm
AggregateBucket.php25760644editdlrm
AggregateBy.php14120644editdlrm
AggregateRequest.php39020644editdlrm
AggregateResponse.php12070644editdlrm
Application.php18800644editdlrm
BucketByActivity.php15180644editdlrm
BucketBySession.php11690644editdlrm
BucketByTime.php14700644editdlrm
BucketByTimePeriod.php15950644editdlrm
DataPoint.php33700644editdlrm
Dataset.php23310644editdlrm
DataSource.php32270644editdlrm
DataType.php13990644editdlrm
DataTypeField.php15760644editdlrm
Device.php20640644editdlrm
ListDataPointChangesResponse.php22820644editdlrm
ListDataSourcesResponse.php12460644editdlrm
ListSessionsResponse.php21270644editdlrm
MapValue.php9720644editdlrm
Session.php34390644editdlrm
Value.php18310644editdlrm
ValueMapValEntry.php13570644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Fitness/ValueMapValEntry.php (1357B)
key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param MapValue */ public function setValue(MapValue $value) { $this->value = $value; } /** * @return MapValue */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ValueMapValEntry::class, 'Google_Service_Fitness_ValueMapValEntry');