Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DCommitRequest.php58 public function getMutations() function in Google\\Service\\Datastore\\CommitRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DCommitRequest.php48 public function getMutations() function in Google\\Service\\Spanner\\CommitRequest
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php367 function getMutations() { function in Sabre\\DAV\\PropPatch
H A DCorePlugin.php744 $mutations = $propPatch->getMutations();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php360 function getMutations() { function in Sabre\\DAV\\PropPatch
H A DCorePlugin.php744 $mutations = $propPatch->getMutations();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php208 $this->properties = $propPatch->getMutations();
H A DPropPatchTest.php14 $this->assertEquals(['{DAV:}displayname' => 'foo'], $this->propPatch->getMutations());