Searched refs:producerEmails (Results 1 – 1 of 1) sorted by relevance
337 public $producerEmails; variable in Google_TaskQueueAcl352 public function setProducerEmails(/* array(Google_string) */ $producerEmails) { argument353 $this->assertIsArray($producerEmails, 'Google_string', __METHOD__);354 $this->producerEmails = $producerEmails;357 return $this->producerEmails;