Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2321 public $ownerNames; variable in Google_DriveFile
2517 public function setOwnerNames(/* array(Google_string) */ $ownerNames) { argument
2518 $this->assertIsArray($ownerNames, 'Google_string', __METHOD__);
2519 $this->ownerNames = $ownerNames;
2522 return $this->ownerNames;