Dumplie\SharedKernel\Application\Transaction\Transaction::commit PHP Метод

commit() публичный Метод

public commit ( )
    public function commit();

Usage Example

Пример #1
0
 /**
  * @param Command $command
  * @param ServiceLocator $serviceLocator
  */
 public function post(Command $command, ServiceLocator $serviceLocator)
 {
     $this->transaction->commit();
 }