Home
last modified time | relevance | path

Searched refs:acceptCommands (Results 1 – 1 of 1) sorted by last modified time

/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php553 public $acceptCommands; variable in Google_Contact
564 public function setAcceptCommands(/* array(Google_Command) */ $acceptCommands) { argument
565 $this->assertIsArray($acceptCommands, 'Google_Command', __METHOD__);
566 $this->acceptCommands = $acceptCommands;
569 return $this->acceptCommands;