Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php526 public $insertAutoId; variable in Google_Mutation
553 public function setInsertAutoId(/* array(Google_Entity) */ $insertAutoId) { argument
554 $this->assertIsArray($insertAutoId, 'Google_Entity', __METHOD__);
555 $this->insertAutoId = $insertAutoId;
558 return $this->insertAutoId;