/** * Does the adapter support transactions? * * @return bool */ public function hasTransactions() { return $this->adapter->hasTransactions(); }