Home
last modified time | relevance | path

Searched refs:poBox (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DAddress.php51 public $poBox; variable in Google\\Service\\PeopleService\\Address
170 public function setPoBox($poBox) argument
172 $this->poBox = $poBox;
179 return $this->poBox;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserAddress.php49 public $poBox; variable in Google\\Service\\Directory\\UserAddress
162 public function setPoBox($poBox) argument
164 $this->poBox = $poBox;
171 return $this->poBox;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1813 public $poBox; variable in Google_UserAddress
1856 public function setPoBox($poBox) { argument
1857 $this->poBox = $poBox;
1860 return $this->poBox;