Ejemplo n.º 1
0
 /**
  * @param ILoadBalancer $lb
  */
 protected function initLoadBalancer(ILoadBalancer $lb)
 {
     if ($this->trxRoundId !== false) {
         $lb->beginMasterChanges($this->trxRoundId);
         // set DBO_TRX
     }
 }