| D | Google_PlusService.php | 1339 public $contributor; variable in Google_ItemScope 1497 public function setContributor(/* array(Google_ItemScope) */ $contributor) { argument 1498 $this->assertIsArray($contributor, 'Google_ItemScope', __METHOD__); 1499 $this->contributor = $contributor; 1502 return $this->contributor;
|