Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php554 public $acceptTypes; variable in Google_Contact
571 public function setAcceptTypes(/* array(Google_string) */ $acceptTypes) { argument
572 $this->assertIsArray($acceptTypes, 'Google_string', __METHOD__);
573 $this->acceptTypes = $acceptTypes;
576 return $this->acceptTypes;