Searched refs:acceptTypes (Results 1 – 1 of 1) sorted by relevance
554 public $acceptTypes; variable in Google_Contact571 public function setAcceptTypes(/* array(Google_string) */ $acceptTypes) { argument572 $this->assertIsArray($acceptTypes, 'Google_string', __METHOD__);573 $this->acceptTypes = $acceptTypes;576 return $this->acceptTypes;