/var/www/flurhymez/vendor/google/apiclient-services/src/HomeGraphService
NameSizeModeActions
Resource/-0755rm
AgentDeviceId.php10760644editdlrm
AgentOtherDeviceId.php13880644editdlrm
Device.php44090644editdlrm
DeviceInfo.php19160644editdlrm
DeviceNames.php17030644editdlrm
HomegraphEmpty.php8580644editdlrm
QueryRequest.php17680644editdlrm
QueryRequestInput.php12110644editdlrm
QueryRequestPayload.php12340644editdlrm
QueryResponse.php14720644editdlrm
QueryResponsePayload.php11350644editdlrm
ReportStateAndNotificationDevice.php14640644editdlrm
ReportStateAndNotificationRequest.php23950644editdlrm
ReportStateAndNotificationResponse.php11880644editdlrm
RequestSyncDevicesRequest.php14100644editdlrm
RequestSyncDevicesResponse.php8940644editdlrm
StateAndNotificationPayload.php12930644editdlrm
SyncRequest.php14020644editdlrm
SyncResponse.php14650644editdlrm
SyncResponsePayload.php14960644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/HomeGraphService/DeviceNames.php (1703B)
defaultNames = $defaultNames; } /** * @return string[] */ public function getDefaultNames() { return $this->defaultNames; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setNicknames($nicknames) { $this->nicknames = $nicknames; } /** * @return string[] */ public function getNicknames() { return $this->nicknames; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceNames::class, 'Google_Service_HomeGraphService_DeviceNames');