Ddd\Infrastructure\Application\Service\DummySession::executeAtomically PHP Method

executeAtomically() public method

{@inheritDoc}
public executeAtomically ( callable $operation )
$operation callable
    public function executeAtomically(callable $operation)
    {
        return call_user_func($operation);
    }
DummySession