Baum\SetMapper::wrapInTransaction PHP Method

wrapInTransaction() protected method

protected wrapInTransaction ( Closure $callback )
$callback Closure
    protected function wrapInTransaction(Closure $callback)
    {
        return $this->node->getConnection()->transaction($callback);
    }