Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php1346 public $co_owners; variable in Google_Community
1371 public function setCo_owners(/* array(Google_OrkutAuthorResource) */ $co_owners) { argument
1372 $this->assertIsArray($co_owners, 'Google_OrkutAuthorResource', __METHOD__);
1373 $this->co_owners = $co_owners;
1376 return $this->co_owners;