Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserPhoto.php45 public $photoData; variable in Google\\Service\\Directory\\UserPhoto
128 public function setPhotoData($photoData) argument
130 $this->photoData = $photoData;
137 return $this->photoData;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php2150 public $photoData; variable in Google_UserPhoto
2177 public function setPhotoData($photoData) { argument
2178 $this->photoData = $photoData;
2181 return $this->photoData;