Searched refs:getMutations (Results 1 – 8 of 8) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ | ||
H A D | CommitRequest.php | 58 public function getMutations() function in Google\\Service\\Datastore\\CommitRequest |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/ | ||
H A D | CommitRequest.php | 48 public function getMutations() function in Google\\Service\\Spanner\\CommitRequest |
/plugin/webdav/vendor/sabre/dav/lib/DAV/ | ||
H A D | PropPatch.php | 367 function getMutations() { function in Sabre\\DAV\\PropPatch |
H A D | CorePlugin.php | 744 $mutations = $propPatch->getMutations(); |
/plugin/davcal/vendor/sabre/dav/lib/DAV/ | ||
H A D | PropPatch.php | 360 function getMutations() { function in Sabre\\DAV\\PropPatch |
H A D | CorePlugin.php | 744 $mutations = $propPatch->getMutations(); |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ | ||
H A D | TreeTest.php | 208 $this->properties = $propPatch->getMutations(); |
H A D | PropPatchTest.php | 14 $this->assertEquals(['{DAV:}displayname' => 'foo'], $this->propPatch->getMutations()); |