Searched refs:roleSets (Results 1 – 1 of 1) sorted by relevance
1441 public $roleSets; variable in Google_AboutAdditionalRoleInfo1443 public function setRoleSets(/* array(Google_AboutAdditionalRoleInfoRoleSets) */ $roleSets) { argument1444 $this->assertIsArray($roleSets, 'Google_AboutAdditionalRoleInfoRoleSets', __METHOD__);1445 $this->roleSets = $roleSets;1448 return $this->roleSets;