name: DatabaseTransactionsManager
class_comment: null
dependencies:
- name: BaseManager
  type: class
  source: Illuminate\Database\DatabaseTransactionsManager
properties: []
methods:
- name: addCallback
  visibility: public
  parameters:
  - name: callback
  comment: '# * Register a transaction callback.

    # *

    # * @param  callable  $callback

    # * @return void'
- name: callbackApplicableTransactions
  visibility: public
  parameters: []
  comment: '# * Get the transactions that are applicable to callbacks.

    # *

    # * @return \Illuminate\Support\Collection<int, \Illuminate\Database\DatabaseTransactionRecord>'
- name: afterCommitCallbacksShouldBeExecuted
  visibility: public
  parameters:
  - name: level
  comment: '# * Determine if after commit callbacks should be executed for the given
    transaction level.

    # *

    # * @param  int  $level

    # * @return bool'
traits: []
interfaces: []