Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php557 public $imageUrls; variable in Google_Contact
590 public function setImageUrls(/* array(Google_string) */ $imageUrls) { argument
591 $this->assertIsArray($imageUrls, 'Google_string', __METHOD__);
592 $this->imageUrls = $imageUrls;
595 return $this->imageUrls;