!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/   drwxr-xr-x
Free 12.99 GB of 57.97 GB (22.42%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Location.php (7.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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\MyBusinessBusinessInformation;

class 
Location extends \Google\Collection
{
  protected 
$collection_key 'serviceItems';
  protected 
$adWordsLocationExtensionsType AdWordsLocationExtensions::class;
  protected 
$adWordsLocationExtensionsDataType '';
  protected 
$categoriesType Categories::class;
  protected 
$categoriesDataType '';
  
/**
   * @var string[]
   */
  
public $labels;
  
/**
   * @var string
   */
  
public $languageCode;
  protected 
$latlngType LatLng::class;
  protected 
$latlngDataType '';
  protected 
$metadataType Metadata::class;
  protected 
$metadataDataType '';
  protected 
$moreHoursType MoreHours::class;
  protected 
$moreHoursDataType 'array';
  
/**
   * @var string
   */
  
public $name;
  protected 
$openInfoType OpenInfo::class;
  protected 
$openInfoDataType '';
  protected 
$phoneNumbersType PhoneNumbers::class;
  protected 
$phoneNumbersDataType '';
  protected 
$profileType Profile::class;
  protected 
$profileDataType '';
  protected 
$regularHoursType BusinessHours::class;
  protected 
$regularHoursDataType '';
  protected 
$relationshipDataType RelationshipData::class;
  protected 
$relationshipDataDataType '';
  protected 
$serviceAreaType ServiceAreaBusiness::class;
  protected 
$serviceAreaDataType '';
  protected 
$serviceItemsType ServiceItem::class;
  protected 
$serviceItemsDataType 'array';
  protected 
$specialHoursType SpecialHours::class;
  protected 
$specialHoursDataType '';
  
/**
   * @var string
   */
  
public $storeCode;
  protected 
$storefrontAddressType PostalAddress::class;
  protected 
$storefrontAddressDataType '';
  
/**
   * @var string
   */
  
public $title;
  
/**
   * @var string
   */
  
public $websiteUri;

  
/**
   * @param AdWordsLocationExtensions
   */
  
public function setAdWordsLocationExtensions(AdWordsLocationExtensions $adWordsLocationExtensions)
  {
    
$this->adWordsLocationExtensions $adWordsLocationExtensions;
  }
  
/**
   * @return AdWordsLocationExtensions
   */
  
public function getAdWordsLocationExtensions()
  {
    return 
$this->adWordsLocationExtensions;
  }
  
/**
   * @param Categories
   */
  
public function setCategories(Categories $categories)
  {
    
$this->categories $categories;
  }
  
/**
   * @return Categories
   */
  
public function getCategories()
  {
    return 
$this->categories;
  }
  
/**
   * @param string[]
   */
  
public function setLabels($labels)
  {
    
$this->labels $labels;
  }
  
/**
   * @return string[]
   */
  
public function getLabels()
  {
    return 
$this->labels;
  }
  
/**
   * @param string
   */
  
public function setLanguageCode($languageCode)
  {
    
$this->languageCode $languageCode;
  }
  
/**
   * @return string
   */
  
public function getLanguageCode()
  {
    return 
$this->languageCode;
  }
  
/**
   * @param LatLng
   */
  
public function setLatlng(LatLng $latlng)
  {
    
$this->latlng $latlng;
  }
  
/**
   * @return LatLng
   */
  
public function getLatlng()
  {
    return 
$this->latlng;
  }
  
/**
   * @param Metadata
   */
  
public function setMetadata(Metadata $metadata)
  {
    
$this->metadata $metadata;
  }
  
/**
   * @return Metadata
   */
  
public function getMetadata()
  {
    return 
$this->metadata;
  }
  
/**
   * @param MoreHours[]
   */
  
public function setMoreHours($moreHours)
  {
    
$this->moreHours $moreHours;
  }
  
/**
   * @return MoreHours[]
   */
  
public function getMoreHours()
  {
    return 
$this->moreHours;
  }
  
/**
   * @param string
   */
  
public function setName($name)
  {
    
$this->name $name;
  }
  
/**
   * @return string
   */
  
public function getName()
  {
    return 
$this->name;
  }
  
/**
   * @param OpenInfo
   */
  
public function setOpenInfo(OpenInfo $openInfo)
  {
    
$this->openInfo $openInfo;
  }
  
/**
   * @return OpenInfo
   */
  
public function getOpenInfo()
  {
    return 
$this->openInfo;
  }
  
/**
   * @param PhoneNumbers
   */
  
public function setPhoneNumbers(PhoneNumbers $phoneNumbers)
  {
    
$this->phoneNumbers $phoneNumbers;
  }
  
/**
   * @return PhoneNumbers
   */
  
public function getPhoneNumbers()
  {
    return 
$this->phoneNumbers;
  }
  
/**
   * @param Profile
   */
  
public function setProfile(Profile $profile)
  {
    
$this->profile $profile;
  }
  
/**
   * @return Profile
   */
  
public function getProfile()
  {
    return 
$this->profile;
  }
  
/**
   * @param BusinessHours
   */
  
public function setRegularHours(BusinessHours $regularHours)
  {
    
$this->regularHours $regularHours;
  }
  
/**
   * @return BusinessHours
   */
  
public function getRegularHours()
  {
    return 
$this->regularHours;
  }
  
/**
   * @param RelationshipData
   */
  
public function setRelationshipData(RelationshipData $relationshipData)
  {
    
$this->relationshipData $relationshipData;
  }
  
/**
   * @return RelationshipData
   */
  
public function getRelationshipData()
  {
    return 
$this->relationshipData;
  }
  
/**
   * @param ServiceAreaBusiness
   */
  
public function setServiceArea(ServiceAreaBusiness $serviceArea)
  {
    
$this->serviceArea $serviceArea;
  }
  
/**
   * @return ServiceAreaBusiness
   */
  
public function getServiceArea()
  {
    return 
$this->serviceArea;
  }
  
/**
   * @param ServiceItem[]
   */
  
public function setServiceItems($serviceItems)
  {
    
$this->serviceItems $serviceItems;
  }
  
/**
   * @return ServiceItem[]
   */
  
public function getServiceItems()
  {
    return 
$this->serviceItems;
  }
  
/**
   * @param SpecialHours
   */
  
public function setSpecialHours(SpecialHours $specialHours)
  {
    
$this->specialHours $specialHours;
  }
  
/**
   * @return SpecialHours
   */
  
public function getSpecialHours()
  {
    return 
$this->specialHours;
  }
  
/**
   * @param string
   */
  
public function setStoreCode($storeCode)
  {
    
$this->storeCode $storeCode;
  }
  
/**
   * @return string
   */
  
public function getStoreCode()
  {
    return 
$this->storeCode;
  }
  
/**
   * @param PostalAddress
   */
  
public function setStorefrontAddress(PostalAddress $storefrontAddress)
  {
    
$this->storefrontAddress $storefrontAddress;
  }
  
/**
   * @return PostalAddress
   */
  
public function getStorefrontAddress()
  {
    return 
$this->storefrontAddress;
  }
  
/**
   * @param string
   */
  
public function setTitle($title)
  {
    
$this->title $title;
  }
  
/**
   * @return string
   */
  
public function getTitle()
  {
    return 
$this->title;
  }
  
/**
   * @param string
   */
  
public function setWebsiteUri($websiteUri)
  {
    
$this->websiteUri $websiteUri;
  }
  
/**
   * @return string
   */
  
public function getWebsiteUri()
  {
    return 
$this->websiteUri;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Location::class, 'Google_Service_MyBusinessBusinessInformation_Location');

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0074 ]--