Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php979 public $fullImage; variable in Google_ActivityObjectAttachments
1010 public function setFullImage(Google_ActivityObjectAttachmentsFullImage $fullImage) { argument
1011 $this->fullImage = $fullImage;
1014 return $this->fullImage;
H A DGoogle_PlusService.php796 public $fullImage; variable in Google_ActivityObjectAttachments
824 public function setFullImage(Google_ActivityObjectAttachmentsFullImage $fullImage) { argument
825 $this->fullImage = $fullImage;
828 return $this->fullImage;