MCPcopy Create free account
hub / github.com/Rello/analytics / beginTransaction

Method beginTransaction

lib/Db/DataloadMapper.php:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public function beginTransaction() {
33 $this->db->beginTransaction();
34 }
35
36 public function commit() {
37 $this->db->commit();

Callers 3

importMethod · 0.80
executeMethod · 0.80
importMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected