Searched refs:co_owners (Results 1 – 1 of 1) sorted by relevance
1346 public $co_owners; variable in Google_Community1371 public function setCo_owners(/* array(Google_OrkutAuthorResource) */ $co_owners) { argument1372 $this->assertIsArray($co_owners, 'Google_OrkutAuthorResource', __METHOD__);1373 $this->co_owners = $co_owners;1376 return $this->co_owners;