/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
CloudDomains
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDomains
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AuditConfig.php
1532
0644
edit
dl
rm
AuditLogConfig.php
1477
0644
edit
dl
rm
AuthorizationCode.php
1094
0644
edit
dl
rm
Binding.php
1670
0644
edit
dl
rm
ConfigureContactSettingsRequest.php
2216
0644
edit
dl
rm
ConfigureDnsSettingsRequest.php
1793
0644
edit
dl
rm
ConfigureManagementSettingsRequest.php
1614
0644
edit
dl
rm
Contact.php
1990
0644
edit
dl
rm
ContactSettings.php
2186
0644
edit
dl
rm
CustomDns.php
1490
0644
edit
dl
rm
DnsSettings.php
1951
0644
edit
dl
rm
Domain.php
1719
0644
edit
dl
rm
DsRecord.php
1865
0644
edit
dl
rm
ExportRegistrationRequest.php
883
0644
edit
dl
rm
Expr.php
1883
0644
edit
dl
rm
GlueRecord.php
1759
0644
edit
dl
rm
GoogleDomainsDns.php
1766
0644
edit
dl
rm
ImportDomainRequest.php
1396
0644
edit
dl
rm
ListLocationsResponse.php
1532
0644
edit
dl
rm
ListOperationsResponse.php
1547
0644
edit
dl
rm
ListRegistrationsResponse.php
1592
0644
edit
dl
rm
Location.php
2145
0644
edit
dl
rm
ManagementSettings.php
1485
0644
edit
dl
rm
Money.php
1587
0644
edit
dl
rm
Operation.php
2103
0644
edit
dl
rm
OperationMetadata.php
2439
0644
edit
dl
rm
Policy.php
2006
0644
edit
dl
rm
PostalAddress.php
4020
0644
edit
dl
rm
RegisterDomainRequest.php
2495
0644
edit
dl
rm
RegisterParameters.php
2430
0644
edit
dl
rm
Registration.php
5349
0644
edit
dl
rm
ResetAuthorizationCodeRequest.php
895
0644
edit
dl
rm
RetrieveImportableDomainsResponse.php
1544
0644
edit
dl
rm
RetrieveRegisterParametersResponse.php
1338
0644
edit
dl
rm
RetrieveTransferParametersResponse.php
1338
0644
edit
dl
rm
SearchDomainsResponse.php
1346
0644
edit
dl
rm
SetIamPolicyRequest.php
1425
0644
edit
dl
rm
Status.php
1611
0644
edit
dl
rm
TestIamPermissionsRequest.php
1223
0644
edit
dl
rm
TestIamPermissionsResponse.php
1226
0644
edit
dl
rm
TransferDomainRequest.php
2608
0644
edit
dl
rm
TransferParameters.php
3108
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDomains/DnsSettings.php
(1951B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\CloudDomains; class DnsSettings extends \Google\Collection { protected $collection_key = 'glueRecords'; protected $customDnsType = CustomDns::class; protected $customDnsDataType = ''; protected $glueRecordsType = GlueRecord::class; protected $glueRecordsDataType = 'array'; protected $googleDomainsDnsType = GoogleDomainsDns::class; protected $googleDomainsDnsDataType = ''; /** * @param CustomDns */ public function setCustomDns(CustomDns $customDns) { $this->customDns = $customDns; } /** * @return CustomDns */ public function getCustomDns() { return $this->customDns; } /** * @param GlueRecord[] */ public function setGlueRecords($glueRecords) { $this->glueRecords = $glueRecords; } /** * @return GlueRecord[] */ public function getGlueRecords() { return $this->glueRecords; } /** * @param GoogleDomainsDns */ public function setGoogleDomainsDns(GoogleDomainsDns $googleDomainsDns) { $this->googleDomainsDns = $googleDomainsDns; } /** * @return GoogleDomainsDns */ public function getGoogleDomainsDns() { return $this->googleDomainsDns; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DnsSettings::class, 'Google_Service_CloudDomains_DnsSettings');
Save
cmd:
run