commit() public méthode

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