Baum\SetMapper::wrapInTransaction PHP Méthode

wrapInTransaction() protected méthode

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