commit() public method

public commit ( ) : void
return void
Example #1
0
 /** @return void */
 protected final function commit()
 {
     $this->transaction->commit();
 }