Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_PlusService.php1371 public $performers; variable in Google_ItemScope
1630 public function setPerformers(/* array(Google_ItemScope) */ $performers) { argument
1631 $this->assertIsArray($performers, 'Google_ItemScope', __METHOD__);
1632 $this->performers = $performers;
1635 return $this->performers;