Home
last modified time | relevance | path

Searched refs:physicalAddress (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DAdministrativeBody.php252 public function setPhysicalAddress(SimpleAddressType $physicalAddress) argument
254 $this->physicalAddress = $physicalAddress;
261 return $this->physicalAddress;
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php162 public $physicalAddress; variable in Google_AdministrativeBody
226 public function setPhysicalAddress(Google_SimpleAddressType $physicalAddress) { argument
227 $this->physicalAddress = $physicalAddress;
230 return $this->physicalAddress;