Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_TaskqueueService.php336 public $consumerEmails; variable in Google_TaskQueueAcl
345 public function setConsumerEmails(/* array(Google_string) */ $consumerEmails) { argument
346 $this->assertIsArray($consumerEmails, 'Google_string', __METHOD__);
347 $this->consumerEmails = $consumerEmails;
350 return $this->consumerEmails;