public function beginTransaction() { $this->transaction = $this->connection->getTransactionStatement(); $this->transaction->begin(); }